Difference between revisions of "GetPrimitiveBound"
Jump to navigation
Jump to search
imported>Jazzisparis |
imported>Jazzisparis |
||
Line 10: | Line 10: | ||
|Type = X/Y/Z | |Type = X/Y/Z | ||
}} | }} | ||
|example = | |example = set fPrimBoundX to objectRef.GetPrimitiveBound X | ||
}} | }} | ||
==Notes== | ==Notes== | ||
Line 16: | Line 16: | ||
==See Also== | ==See Also== | ||
*[[SetPrimitiveBound]] | *[[SetPrimitiveBound]] | ||
[[Category: | [[Category:Functions (JIP)]] | ||
[[Category: | [[Category:Misc Reference Functions (JIP)]] |
Latest revision as of 01:46, 29 March 2017
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Returns the specified bound of the primitive of the calling reference.
Syntax
(bound:float) reference.GetPrimitiveBound axis:X/Y/Z
Example
set fPrimBoundX to objectRef.GetPrimitiveBound X
Notes
- Objects with a primitive include cubic-activators, collision planes, etc.