استدعاء داله

/wiki/api/name/gb.call استدعاء داله.
/wiki/api/name/gb_function Datatype representing a pointer to a function.
/wiki/api/name/gb.getfunction استرداد(استعادة)داله.
/wiki/api/name/gb.push Pushes some arguments on the interpreter stack.

Overview

These functions allows you to call any public function of any class from a المكوٍّن. This function can be native, or written in جامباس.

First, you must use /wiki/api/name/gb.getfunction to retrieve sort of a function pointer from the name of the function and the class it is declared in.

Then, you call the function by first pushing arguments on the interpreter stack with /wiki/api/name/gb.push, and then effectively executing the function with /wiki/api/name/gb.call.