Closed katsaii closed 1 year ago
Adds the following methods to compiled Catspeak functions:
.getSelf()
setSelf
.setGlobals(struct_or_instance)
.getGlobals()
setGlobals
Adds the following methods to compiled Catspeak functions:
.getSelf()
- Returns the self defined bysetSelf
, or the global context if none exists..setGlobals(struct_or_instance)
- Sets the underlying global struct to use..getGlobals()
- Returns the global struct defined bysetGlobals
.