Difference between revisions of "NDGIC"
Line 6: | Line 6: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">CallFunctionDelayed() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">CallFunctionDelayed()</p>Params<br>function - function to call<br>TimeSpan - duration to wait before calling the function || Calls a function after the specified amount of time has elapsed Note: This function will not be called if server shuts down or restarts before the delay expires.. |
|} | |} | ||
</center> | </center> |
Revision as of 17:59, 13 November 2019
Global Functions & Examples
CallFunctionDelayed() Paramsfunction - function to call TimeSpan - duration to wait before calling the function |
Calls a function after the specified amount of time has elapsed Note: This function will not be called if server shuts down or restarts before the delay expires.. |
Example
CODE EXAMPLE BLOCK
CanPathTo() |
. |
Example
CODE EXAMPLE BLOCK
ChangeWorld() |
. |
Example
CODE EXAMPLE BLOCK
ClearBans() |
. |
Example
CODE EXAMPLE BLOCK
CopyObjectToPos() |
. |
Example
CODE EXAMPLE BLOCK
CreateCustomObj() |
. |
Example
CODE EXAMPLE BLOCK
CreateCustomObjInContainer() |
. |
Example
CODE EXAMPLE BLOCK
CreateCustomTempObj() |
. |
Example
CODE EXAMPLE BLOCK
CreateEquippedObj() |
. |
Example
CODE EXAMPLE BLOCK
CreateObjExtended() |
. |
Example
CODE EXAMPLE BLOCK
CreateObjInContainer() |
. |
Example
CODE EXAMPLE BLOCK
CreatePrefab() |
. |
Example
CODE EXAMPLE BLOCK
CreateTempObj() |
. |
Example
CODE EXAMPLE BLOCK