Functions Documentation
View Function Edit Function
Name objFireItemEvent
Syntax (objFireItemEvent obj item event) -> result of event
Argument List obj: the spaceobject the event is to be invoked on
item: the item that has the event
event: event identifier
Returns result of event
Category spaceobject, events
Description used to call events off of items.
Example taken from &itQianlongArchcannon;

(objFireItemEvent gSource gItem "Recharge")

recharges the Quialong on an AI playership
Comment