MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | int caller_stack_depth(void) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Returns the number of previous objects on the stack. This | ||||
6 | can be used for security checks. | ||||
7 | |||||
8 | SEE ALSO | ||||
9 | caller_stack(E), previous_object(E), call_other(E), call_resolved(E) |