Goonstation 13 - Modules - TypesDefine Details

_std/datum.dm

hasvarReturns true if Datum has the given variable, false if not. Null if A doesn't exist.
istype_exactIstype, but exact. Thing must be a datum.

Define Details

hasvar

Returns true if Datum has the given variable, false if not. Null if A doesn't exist.

istype_exact

Istype, but exact. Thing must be a datum.