Discuss this page on this pages [[objFireItemInvoke Talk Page|TalkPage]] === objFireItemInvoke === ^ Syntax | (objFireItemInvoke obj item) | ^ Arguments | obj: The object to fire the invoke from. | ^ | item: The item the invoke is on | ^ Returns | True if succesful, Nil otherwise| ^ Category | [[spaceObject functions]]| ^ Description | Immediately fires an item's from a space object. | === Example === (objFireItemInvoke gPlayership theItem) Fires the element on theItem. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list