Difference between revisions of "NiObjectNETDeleteExtraData"
Jump to navigation
Jump to search
imported>DragoonWraith (New page: This is a command from Category:NifSE. '''Syntax''' (bool:success) NifDeleteNthExtraData short:ExtraDataID short:NifID Removes the specified ExtraData node from the specified nif....) |
imported>DragoonWraith |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
'''Syntax''' | '''Syntax''' | ||
(bool:success) | (bool:success) NiObjectNETDeleteExtraData short:ExtraDataID short:NifID ''short:blockID'' | ||
(bool:success) NiObjNETDelED short:ExtraDataID short:NifID ''short:blockID'' | |||
Removes the | Removes the <tt>NiExtraData</tt>-derived object indicated by <tt>ExtraDataID</tt> from the <tt>NiObjectNET</tt>-derived block indicated by <tt>blockID</tt>. As usual, <tt>blockID</tt> defaults to 0, which is usually the root <tt>NiNode</tt>. <tt>NiNode</tt> blocks are derived from <tt>NiObjectNET</tt>, and this function therefore works on the root. | ||
== See Also == | == See Also == | ||
* [[ | * [[NiObjectNETGetNumExtraData]] | ||
* [[ | * [[NiObjectNETAddExtraData]] | ||
[[Category:NifSE| | [[Category:NifSE|ObjectNETDeleteExtraData]] | ||
[[Category:NifSE ( | [[Category:NifSE (NiObjectNET)|DeleteExtraData]] | ||
[[Category:NifSE (NiExtraData)|!ObjectNETDeleteExtraData]] |
Latest revision as of 23:57, 20 January 2011
This is a command from NifSE.
Syntax
(bool:success) NiObjectNETDeleteExtraData short:ExtraDataID short:NifID short:blockID (bool:success) NiObjNETDelED short:ExtraDataID short:NifID short:blockID
Removes the NiExtraData-derived object indicated by ExtraDataID from the NiObjectNET-derived block indicated by blockID. As usual, blockID defaults to 0, which is usually the root NiNode. NiNode blocks are derived from NiObjectNET, and this function therefore works on the root.