27 lines
477 B
Plaintext
27 lines
477 B
Plaintext
CANRELEASE
|
|
|
|
NAME
|
|
CanRelease()
|
|
|
|
SYNOPSIS
|
|
int CanRelease(object ob)
|
|
|
|
DESCRIPTION
|
|
Objects that can hold other objects use this function to determine whether the outgoing object 'ob' is allowed to leave. If it is allowed, this function should return 1. If it is not allowed, this function should return 0.
|
|
|
|
EXAMPLES
|
|
|
|
|
|
LOCATION
|
|
/lib/fishing
|
|
/lib/firearm
|
|
/lib/comp/container
|
|
/lib/clip
|
|
|
|
SEE ALSO
|
|
CanReceive()
|
|
|
|
Author
|
|
Cratylus
|
|
|