byond - Modules - TypesDefine Details

code/__DEFINES/vv.dm

IS_VALID_ASSOC_KEYBasically a combination of the following: (istext(V) || ispath(V) || isdatum(V) || islist(V))
VV_HK_VARNAMEname or index of var for 1 variable targeting hrefs.
VV_ALWAYS_CONTRACT_LISTALWAYS render a reduced list, useful for fuckoff big datums that need to be condensed for the sake of client load

Define Details

IS_VALID_ASSOC_KEY

Basically a combination of the following: (istext(V) || ispath(V) || isdatum(V) || islist(V))

VV_ALWAYS_CONTRACT_LIST

ALWAYS render a reduced list, useful for fuckoff big datums that need to be condensed for the sake of client load

VV_HK_VARNAME

name or index of var for 1 variable targeting hrefs.