|
Aseba
1.5.5
|
Description of target VM native function. More...
#include <compiler.h>
Public Member Functions | |
| NativeFunction (const std::wstring &name, const std::wstring &description) | |
Public Attributes | |
| std::wstring | name |
| name of the function | |
| std::wstring | description |
| description (some short documentation) of the function | |
| std::vector< NativeFunctionParameter > | parameters |
| for each argument of the function, its size in words or, if negative, its template ID | |
Description of target VM native function.
1.8.11