Code:
Problem description:
How would I call a proc of a datum?
Such as /datum/blah/blah/proc/Happy()
to another datum such as /datum/blah2/blah2/proc/wee
In response to Ter13
|
|
Fun fact!
ATOM refers to: atom |
You will need a reference to an initialized datum.
mobs, objs, turfs, etc. are all datums.
This is how BYOND defines its class tree: