38 lines
426 B
Plaintext
38 lines
426 B
Plaintext
EVENTUSE
|
|
|
|
NAME
|
|
eventUse()
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
LIB_BATTERY: int eventUse(int i), LIB_PLAYER: mixed eventUse(object used, string cmd)
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
For batteries, it runs necessary actions when the battery is used. For players, it runs the parser in a stripped way for testing.
|
|
|
|
|
|
|
|
EXAMPLES
|
|
|
|
|
|
|
|
|
|
LOCATION
|
|
/lib/battery
|
|
/lib/flashlight
|
|
/lib/player
|
|
|
|
|
|
SEE ALSO
|
|
|
|
|
|
|
|
|
|
Author
|
|
Cratylus
|
|
|
|
|