NDOID
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() Paramsobjvar - name of the variable to delete Returns bool - true if worked, false if not |
Removes a given object variable from an object. Remember to make sure it exists first. |
Example
CODE EXAMPLE BLOCK
DeleteCharacter() |
. |
Example
CODE EXAMPLE BLOCK
Destroy() |
. |
Example
CODE EXAMPLE BLOCK
DistanceFrom() |
. |
Example
CODE EXAMPLE BLOCK
DistanceFromSquared() |
. |
Example
CODE EXAMPLE BLOCK