LPC Library Functions: classp

NAME

classp() - determine whether or not a given variable is a class

SYNOPSIS

int classp( mixed arg );

DESCRIPTION

Return 1 if 'arg' is a class and zero (0) otherwise.

SEE ALSO

mapp(), stringp(), pointerp(), objectp(), bufferp(), floatp(), functionp(), nullp(), undefinedp(), errorp()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS