MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame] | 1 | SYNOPSIS |
2 | int structp(mixed arg) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Return 1 if arg is a struct. | ||||
6 | |||||
7 | HISTORY | ||||
8 | Introducted in LDMud 3.3.273. | ||||
9 | |||||
10 | SEE ALSO | ||||
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 11 | baseof(E), bytesp(E), clonep(E), closurep(E), coroutinep(E), |
12 | floatp(E), intp(E), lpctypep(E), lwobjectp(E), mappingp(E), | ||||
13 | objectp(E), pointerp(E), referencep(E), stringp(E), symbolp(E) |