function DestroyObject (object oDestroy, float fDelay=0.0f) Destroy oObject (irrevocably). This will not work on modules and areas.
* Return type: void
* Include file: nwscriptdefn
Attributes | Values |
---|
rdfs:label
| |
rdfs:comment
| - function DestroyObject (object oDestroy, float fDelay=0.0f) Destroy oObject (irrevocably). This will not work on modules and areas.
* Return type: void
* Include file: nwscriptdefn
- The DestroyObject() NWScript command causes the specified object to be destroyed after a specified number of seconds. It does not work on player characters, areas, nor the module itself. More precisely, this command schedules the object to be destroyed; even if the object is to be destroyed after 0.0 seconds, it will persist as a valid object until the end of the current script's execution (then be destroyed).
|
dcterms:subject
| |
dbkwik:nwn2/proper...iPageUsesTemplate
| |
returns
| |
Name
| |
param
| - float fDelay
- object oDestroy
|
param2default
| |
param2desc
| - The number of seconds that will pass before the object is destroyed.
|
param1desc
| - The object that will be destroyed.
|
dbkwik:nwn/property/wikiPageUsesTemplate
| |
abstract
| - function DestroyObject (object oDestroy, float fDelay=0.0f) Destroy oObject (irrevocably). This will not work on modules and areas.
* Return type: void
* Include file: nwscriptdefn
- The DestroyObject() NWScript command causes the specified object to be destroyed after a specified number of seconds. It does not work on player characters, areas, nor the module itself. More precisely, this command schedules the object to be destroyed; even if the object is to be destroyed after 0.0 seconds, it will persist as a valid object until the end of the current script's execution (then be destroyed).
|