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...) |
imported>DragoonWraith |
||
Line 16: | Line 16: | ||
[[Category:NifSE|AVObjectDeleteProperty]] | [[Category:NifSE|AVObjectDeleteProperty]] | ||
[[Category:NifSE (NiAVObject)|DeleteProperty]] | [[Category:NifSE (NiAVObject)|DeleteProperty]] | ||
[[Category:NifSE (NiProperty)|!AVObjectDeleteProperty]] |
Latest revision as of 20:46, 20 January 2011
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.