Difference between revisions of "NiAVObjectDeleteProperty"
Jump to navigation
Jump to search
imported>DragoonWraith (New page: This is a command from NifSE. '''Syntax''' (bool:success) NiAVObjectDeleteProperty short:propID short:nifID ''short:blockID'' (bool:success) NiAVObjDelProp short:pro...) |
(No difference)
|
Revision as of 12:43, 31 August 2010
This is a command from NifSE.
Syntax
(bool:success) NiAVObjectDeleteProperty short:propID short:nifID short:blockID (bool:success) NiAVObjDelProp short:propID short:nifID short:blockID
Deletes the NiProperty-derived block specified by propID from the property list of the NiAVObject specified by blockID.
Because blockID's default value, 0, refers to the NIF's root NiNode, which derives from NiAVObject, this function can delete properties from the root by not specifying an explicit blockID.