14 December 2024
- 18:2918:29, 14 December 2024 diff hist +248 Math Script API No edit summary current
- 18:2618:26, 14 December 2024 diff hist +3,316 Math Script API No edit summary
- 18:1418:14, 14 December 2024 diff hist +2,416 Math Script API No edit summary
- 16:5516:55, 14 December 2024 diff hist +3,178 Math Script API No edit summary
- 16:4416:44, 14 December 2024 diff hist +398 Math Script API No edit summary Tag: Visual edit
- 16:3716:37, 14 December 2024 diff hist +1,666 Math Script API No edit summary
- 16:3416:34, 14 December 2024 diff hist +1,309 N Math Script API Created page with "Core math API used by the script system. It can be accessed using the math interface and consists of a number of constants, functions, and built-in vector and matrix types. == Basic Types == Basic math types available to the script system include: * int - 32-bit signed integer * uint - 32-bit unsigned integer * float - 32-bit floating point value == Vector and Matrix Types == * '''float2, float3, float4''' - vector types of the indicated size. A float3, for example,..." Tag: Visual edit
- 16:2416:24, 14 December 2024 diff hist +92 TFE Level Script No edit summary current Tag: Visual edit
- 16:2316:23, 14 December 2024 diff hist +11 TFE Level Script No edit summary
- 16:2116:21, 14 December 2024 diff hist +1 TFE Level Script →inimal Script Example Tag: Visual edit
- 16:2116:21, 14 December 2024 diff hist +309 TFE Level Script No edit summary Tag: Visual edit
- 16:1316:13, 14 December 2024 diff hist +2,024 N TFE Level Script Created page with "To include a Level Script with your mod, simply create a '''LevelScript.fs''' file and include it in the same ZIP or folder as your GOB file. Minimal script example: <pre> ////////////////////////////////// // Level Script. ////////////////////////////////// // Level Start! void levelStart(string levelName) { // Prints out the levelName and sector count. // This is just an example and should be replaced by your own code. // **Important** Script state is persistant a..." Tag: Visual edit: Switched
- 16:0516:05, 14 December 2024 diff hist +23 Dark Forces Wiki →The Force Engine Reference current