mcobject 
Vars | |
| configs | Configuration options |
|---|---|
| inputs | Inputs, basically pre-set acts. use MC_ADD_INPUT() to add. |
| interface | Our interface for communicating with other mcobjects |
Procs | |
| linked_to | Called by create_link. |
| unlink_all | A multitool interaction is happening. Let's act on it. |
Var Details
configs 
Configuration options
inputs 
Inputs, basically pre-set acts. use MC_ADD_INPUT() to add.
interface 
Our interface for communicating with other mcobjects
Proc Details
linked_to
Called by create_link.
unlink_all
A multitool interaction is happening. Let's act on it.