Difference between revisions of "NiExtraDataGetName"
Jump to navigation
Jump to search
imported>DragoonWraith |
imported>DragoonWraith (→See Also: ObjNET versions) |
||
Line 9: | Line 9: | ||
== See Also == | == See Also == | ||
* [[NiExtraDataSetName]] | * [[NiExtraDataSetName]] | ||
* [[ | |||
* [[NiObjectNETGetName]] | |||
* [[NiObjectNETSetName]] | |||
[[Category:NifSE|ExtraDataGetName]] | [[Category:NifSE|ExtraDataGetName]] | ||
[[Category:NifSE (NiExtraData)|GetName]] | [[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.