blob: 230827e5c2f312e05324f839db0f9929c7226c34 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 int caller_stack_depth(void)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Returns the number of previous objects on the stack. This
6 can be used for security checks.
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra715ec202025-07-09 22:18:31 +02008SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +02009 caller_stack(E), previous_object(E), call_other(E), call_resolved(E)