GetWorldSpace - ObjectReference
Revision as of 02:50, 7 March 2016 by imported>Terra Nova (Undo revision 45568 by Terra Nova2 (talk))
Member of: ObjectReference Script
Obtains the WorldSpace the object reference is in.
Syntax[edit | edit source]
WorldSpace Function GetWorldSpace() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
The WorldSpace the reference is currently in.
Examples[edit | edit source]
; Is our object in the super awesome worldspace?
if myObject.GetWorldSpace() == SuperAwesomeWorldSpace
Debug.Trace("Object is in position, do something cool!")
endIf