Difference between revisions of "NiExtraDataGetName"
Jump to navigation
Jump to search
imported>DragoonWraith m (NifGetNthExtraDataName moved to NiExtraDataGetName: new name for function as of alpha 5.) |
imported>DragoonWraith (→See Also: ObjNET versions) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
'''Syntax''' | '''Syntax''' | ||
(string: | (string:name) NiExtraDataGetName short:nifID ''short:blockID'' | ||
(string:name) NiEDGetName short:nifID ''short:blockID'' | |||
If the block specified by <tt>blockID</tt> is of a <tt>NiExtraData</tt>-derived class, returns the block's name. Note that <tt>NiNode</tt> blocks, such as the Nif's root, are '''not''' derived from <tt>NiExtraData</tt>, and so when <tt>blockID</tt> defaults to 0 (the root), this function will fail. <tt>NiNode</tt> blocks, as with all <tt>NiObjectNET</tt>-derived blocks, do have names, but you must use [[NiObjectNETGetName]] to get it. | |||
== See Also == | == See Also == | ||
* [[ | * [[NiExtraDataSetName]] | ||
[[Category:NifSE| | * [[NiObjectNETGetName]] | ||
[[Category:NifSE ( | * [[NiObjectNETSetName]] | ||
[[Category:NifSE|ExtraDataGetName]] | |||
[[Category:NifSE (NiExtraData)|GetName]] |
Latest revision as of 14:13, 29 August 2010
This is a command from NifSE.
Syntax
(string:name) NiExtraDataGetName short:nifID short:blockID (string:name) NiEDGetName short:nifID short:blockID
If the block specified by blockID is of a NiExtraData-derived class, returns the block's name. Note that NiNode blocks, such as the Nif's root, are not derived from NiExtraData, and so when blockID defaults to 0 (the root), this function will fail. NiNode blocks, as with all NiObjectNET-derived blocks, do have names, but you must use NiObjectNETGetName to get it.