Discuss this page on this pages 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 <Invoke> from a space object.

Example

(objFireItemInvoke gPlayership theItem) 

Fires the <Invoke> element on theItem.

Return to Space Object functions list

Return to functions list