Difference between revisions of "SetPrimitiveBound"

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

Revision as of 15:28, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the specified bound of the primitive of the calling reference.

Syntax

[help]
(bound:float) reference.SetPrimitiveBound axis:X/Y/Z newValue:float

Example

ObjectRef.SetPrimitiveBound Z 500

Notes

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

See Also