Difference between revisions of "NiAVObjectGetProperties"
Jump to navigation
Jump to search
imported>DragoonWraith |
Tag: Manual revert |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
== See Also == | == See Also == | ||
* [[NiAVObjectGetNumProperties]] | * [[NiAVObjectGetNumProperties]] | ||
* [[NiAVObjectGetPropertyByType]] | |||
* [[NiAVObjectAddProperty]] | * [[NiAVObjectAddProperty]] | ||
* [[NiAVObjectDeleteProperty]] | * [[NiAVObjectDeleteProperty]] | ||
Line 14: | Line 15: | ||
[[Category:NifSE|AVObjectGetProperties]] | [[Category:NifSE|AVObjectGetProperties]] | ||
[[Category:NifSE (NiAVObject)|GetProperties]] | [[Category:NifSE (NiAVObject)|GetProperties]] | ||
[[Category:NifSE (NiProperty)|!AVObjectGetProperties]] |
Latest revision as of 12:01, 21 December 2023
This is a command from NifSE.
Syntax
(array:propertyIDs) NiAVObjectGetProperties short:nifID short:blockID (array:proeprtyIDs) NiAVObjGetProps short:nifID short:blockID
Returns an array of the blockIDs associated with each of the NiProperty-derived blocks attached to the specified NiAVObject-derived block. Because blockID defaults to 0, the NIF's NiNode root, and NiNode is derived from NiAVObject, this function can be used without the optional argument if seeking the NiProperty-derived blocks attached to the root. However, most often the root of a NIF does not actually have any properties; these are usually found on the root's children.