Difference between revisions of "GetPrimitiveBound"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
Line 10: Line 10:
   |Type = X/Y/Z
   |Type = X/Y/Z
   }}
   }}
  |example = ObjectRef.GetPrimitiveBound X
  |example = set fPrimBoundX to objectRef.GetPrimitiveBound X
}}
}}
==Notes==
==Notes==
Line 16: Line 16:
==See Also==
==See Also==
*[[SetPrimitiveBound]]
*[[SetPrimitiveBound]]
[[Category:Functions_(JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[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

[help]
(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.

See Also