typeof(3) LPC Library Functions typeof(3)
NAME
typeof() - return the type of an expression
SYNOPSIS
int typeof( mixed var );
DESCRIPTION
Return the type of an expression. The return values are
given in <typeof.h>. They are:
INT 2 STRING 4 ARRAY 8 OBJECT 16 MAP-
PING 32 FUNCTION 64 FLOAT 128
BUFFER 256
SEE ALSO
allocate(3), allocate_mapping(3), strlen(3)
MudOS Last change: 5 Sep 1994 1