27 lines
543 B
Plaintext
27 lines
543 B
Plaintext
EVENTLOAD
|
|
|
|
NAME
|
|
eventLoad()
|
|
|
|
SYNOPSIS
|
|
LIB_CLIP and LIB_ROUND: varargs mixed eventLoad(object who, object where) , LIB_FIREARM: mixed eventLoad(object ob)
|
|
|
|
DESCRIPTION
|
|
For LIB_CLIP and LIB_ROUND, this function performs the work of moving the object into the destination 'where'. For LIB_FIREARM, this function is called when a round is being loaded directly into a revolver.
|
|
|
|
EXAMPLES
|
|
|
|
|
|
LOCATION
|
|
/lib/round
|
|
/lib/events/load
|
|
/lib/firearm
|
|
/lib/clip
|
|
|
|
SEE ALSO
|
|
eventUnload
|
|
|
|
Author
|
|
Cratylus
|
|
|