Difference between revisions of "GetPrimitiveBound"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
Line 17: Line 17:
*[[SetPrimitiveBound]]
*[[SetPrimitiveBound]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Miscellaneous Functions (JIP)]]

Revision as of 14:36, 30 March 2015

< [[::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

ObjectRef.GetPrimitiveBound X

Notes

  • Objects with a primitive include cubic-activators, collision planes, etc.

See Also