NiAVObjectDeleteProperty

From the Oblivion ConstructionSet Wiki
Revision as of 12:43, 31 August 2010 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

See Also