Module byond::call [] [src]

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.