/datum/nmnode 
Decriptive nightmare config nodes loaded from config files
Vars | |
id | Unique identifier for referencing in JSON configuration |
---|---|
name | User provided name for debugging |
raw | Original JSON object that was used to create this |
Procs | |
invoke | Call wrapper for resolving nodes |
resolve | Implementation 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