SYNOPSIS int baseof (struct b, struct s) DESCRIPTION Test if the type of struct is a base of struct (the values of and are irrelevant). Results are: 0: is not a base of , nor is of equal type as (though might be a base of ). 1: is a true base of 2: and are the same struct type HISTORY Introducted in LDMud 3.3.344. SEE ALSO structp(E), structs(LPC)