Goonstation 13 - Modules - TypesProc Details

/datum/apiBody

Represents the body of an API request - ABSTRACT Everything is generally required unless annotated as such

Procs

VerifyIntegrityOverride to verify that the model object is correctly formed. Return FALSE if not.
setValuesBuild a list of values based on fields and input
toJsonOverride to provide a way to convert this body to json

Proc Details

VerifyIntegrity

Override to verify that the model object is correctly formed. Return FALSE if not.

setValues

Build a list of values based on fields and input

toJson

Override to provide a way to convert this body to json