wallframe 
Vars | |
| result_path | The final object to construct after mount |
|---|---|
| wall_external | For frames that are external to the wall they are placed on, like light fixtures and cameras. |
Procs | |
| after_attach | Stuff to do after wallframe attached to support atom |
| find_support_structure | Returns an structure to mount on from the atom passed for e.g if its not an closed turf then return an structure on the turf to mount on Arguments |
| try_build | Check if we can build on this support structure |
Var Details
result_path 
The final object to construct after mount
wall_external 
For frames that are external to the wall they are placed on, like light fixtures and cameras.
Proc Details
after_attach
Stuff to do after wallframe attached to support atom
Arguments
- obj/attached_to - the object that has been created on the atom
find_support_structure
Returns an structure to mount on from the atom passed for e.g if its not an closed turf then return an structure on the turf to mount on Arguments
- atom/structure - the atom or something in this atom we are trying to mount on
try_build
Check if we can build on this support structure
Arguments
- atom/support - the atom we are trying to mount on
- mob/user - the player attempting to do the mount