Difference between revisions of "NiAVObjectGetLocalScale"
Jump to navigation
Jump to search
imported>DragoonWraith m (NifGetNthChildLocalScale moved to NiAVObjectGetLocalScale: new name for function as of alpha 5.) |
imported>DragoonWraith |
||
Line 2: | Line 2: | ||
'''Syntax''' | '''Syntax''' | ||
(float: | (float:localScale) NiAVObjectGetLocalScale short:nifID ''short:blockID'' | ||
(float:localScale) NiAVObjGetLocScale short:nifID ''short:blockID'' | |||
Returns the local scale of the specified | Returns the local scale of the specified <tt>NiAVObject</tt>-derived block. The <tt>blockID</tt> argument defaults to 0, indicating the root. The root is a <tt>NiNode</tt>, which is derived from <tt>NiAVObject</tt>, and so this function will work on the root. | ||
== See Also == | == See Also == | ||
* [[ | * [[NiAVObjectSetLocalScale]] | ||
* [[ | * [[NiAVObjectGetLocalTransform]] | ||
* [[ | * [[NiAVObjectGetLocalTranslation]] | ||
* [[ | * [[NiAVObjectGetLocalRotation]] | ||
[[Category:NifSE| | [[Category:NifSE|AVObjectGetLocalScale]] | ||
[[Category:NifSE ( | [[Category:NifSE (NiAVObject)|GetLocalScale]] |
Latest revision as of 10:35, 29 August 2010
This is a command from NifSE.
Syntax
(float:localScale) NiAVObjectGetLocalScale short:nifID short:blockID (float:localScale) NiAVObjGetLocScale short:nifID short:blockID
Returns the local scale of the specified NiAVObject-derived block. The blockID argument defaults to 0, indicating the root. The root is a NiNode, which is derived from NiAVObject, and so this function will work on the root.
See Also[edit | edit source]