Difference between revisions of "NDOID"
Line 5: | Line 5: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">DecayScheduled() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">DecayScheduled()</p>Returns<br>bool - true if has decay scheduled or note || Returns true/false if the object has decay schedule on it. |
|} | |} | ||
</center> | </center> | ||
Line 16: | Line 16: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">DelModule() || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">DelModule()</p>Params<br>filename - filename to the given script<br>Returns<br>bool - returns ture if worked, false if not existing || Removes a script module, preventing it from executing any more code. Removes all event handlers code as well from this object. |
|} | |} | ||
</center> | </center> |
Revision as of 07:11, 25 November 2019
Object Functions & Examples
DecayScheduled() Returnsbool - true if has decay scheduled or note |
Returns true/false if the object has decay schedule on it. |
Example
CODE EXAMPLE BLOCK
DelModule() Paramsfilename - filename to the given script Returns bool - returns ture if worked, false if not existing |
Removes a script module, preventing it from executing any more code. Removes all event handlers code as well from this object. |
Example
CODE EXAMPLE BLOCK
DelObjVar() |
. |
Example
CODE EXAMPLE BLOCK
DeleteCharacter() |
. |
Example
CODE EXAMPLE BLOCK
Destroy() |
. |
Example
CODE EXAMPLE BLOCK
DistanceFrom() |
. |
Example
CODE EXAMPLE BLOCK
DistanceFromSquared() |
. |
Example
CODE EXAMPLE BLOCK