Used for setting natives from modules/host apps. More...
#include <public/sourcepawn/sp_vm_types.h>
Public Attributes | |
| const char * | name |
| SPVM_NATIVE_FUNC | func |
Used for setting natives from modules/host apps.
Definition at line 164 of file sp_vm_types.h.
| const char* sp_nativeinfo_s::name |
Name of the native
Definition at line 166 of file sp_vm_types.h.
Address of native implementation
Definition at line 167 of file sp_vm_types.h.
1.7.1