Expand description
Helpers for managing call()()
s from BYOND code.
Functions§
- from_
byond_ ⚠args - Turns the arguments supplied by BYOND into a more workable vector.
- return_
to_ byond - Returns a pointer that can be returned to BYOND from a
call()()
ed function, to return a string. - test_
byond_ call - Allows one to easily test BYOND callbacks. Does not take arguments to pass down.
- test_
byond_ call_ args - Allows one to easily test BYOND callbacks. Takes arguments that are passed down to the function.