Difference between revisions of "NiObjectGetType"
Jump to navigation
Jump to search
imported>DragoonWraith (New page: This is a command from Category:NifSE. '''Syntax''' (string:ChildType) NifGetNthChildType short:ChildID short:NifID Returns the Type name of the specified Child to the root of the...) |
imported>DragoonWraith |
||
Line 5: | Line 5: | ||
Returns the Type name of the specified Child to the root of the nif. | Returns the Type name of the specified Child to the root of the nif. | ||
{{NifSE Child Type List}} | {{NifSE Child Type List}} | ||
[[Category:NifSE|GetNthChildType]] | [[Category:NifSE|GetNthChildType]] | ||
[[Category:NifSE (Children)|GetNthChildType]] | [[Category:NifSE (Children)|GetNthChildType]] |
Revision as of 20:54, 24 April 2010
This is a command from NifSE.
Syntax
(string:ChildType) NifGetNthChildType short:ChildID short:NifID
Returns the Type name of the specified Child to the root of the nif.
AVObject Types
These are all of the NIF block types that derive from NiAVObject. NiNode and either NiTriShape or NiTriStrips blocks are generally found in every NIF. NiAVObject blocks are included in a NIF via the Children list of NiNode blocks.
- NiObject (ancestor)
- NiObectNET (ancestor)
- NiAVObject
- NiCamera
- NiDynamicEffect
- NiLight
- NiAmbientLight
- NiDirectionalLight
- NiPointLight
- NiSpotLight
- NiTextureEffect
- NiLight
- NiGeometry
- NiParticles
- NiAutoNormalParticles
- NiParticleMeshes
- NiParticleSystem
- NiMeshParticleSystem
- NiRotatingParticles
- NiTriBasedGeom
- NiClod
- NiTriShape
- NiTriStrips
- NiParticles
- NiNode
- AvoidNode
- FxWidget
- FxButton
- FxRadioButton
- NiBillboardNode
- NiBone
- NiBSAnimationNode
- NiBSParticleNode
- NiSwitchNode
- NiLODNode
- RootCollisionNode
- NiPortal
- NiAVObject
- NiObectNET (ancestor)