byond - Modules - TypesVar Details - Proc Details

/datum/nmnode

Decriptive nightmare config nodes loaded from config files

Vars

idUnique identifier for referencing in JSON configuration
nameUser provided name for debugging
rawOriginal JSON object that was used to create this

Procs

invokeCall wrapper for resolving nodes
resolveImplementation of the node, resolving into tasks in the given context

Var Details

id

Unique identifier for referencing in JSON configuration

name

User provided name for debugging

raw

Original JSON object that was used to create this

Proc Details

invoke

Call wrapper for resolving nodes

resolve

Implementation of the node, resolving into tasks in the given context