Difference between revisions of "SetPrimitiveBound"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the specified bound of the primitive of the calling reference. |name = SetPrimitiveBound |returnType = bound:float |referenceType...") |
imported>Jazzisparis |
||
Line 18: | Line 18: | ||
*Objects with a primitive include cubic-activators, collision planes, etc. | *Objects with a primitive include cubic-activators, collision planes, etc. | ||
==See Also== | ==See Also== | ||
*[[GetPrimitiveBound]] | |||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] |
Revision as of 12:57, 28 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
(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.