Torque3D/Engine
marauder2k7 b0f8a5f9bd tscript change
Adds the ability to declare defaults for function arguments

eg
function testFunc(%x = 1, %y = 1)
{
    return %x + %y;
}

can now be called as
testFunc(10) and it will return the value of 11.
2025-11-15 17:38:13 +00:00
..
bin add missing exe files 2024-05-01 15:54:03 +01:00
lib usse vcpkg just for the libsndfile build chain 2025-10-29 01:40:27 +00:00
modules/Verve (Mostly) updated verve implementation. 2019-03-07 16:23:41 -06:00
source tscript change 2025-11-15 17:38:13 +00:00
CMakeLists.txt * Adjustment: Initial CMake reworking. 2022-05-13 23:42:41 -04:00