Public Attributes

sp_nativeinfo_s Struct Reference

Used for setting natives from modules/host apps. More...

#include <public/sourcepawn/sp_vm_types.h>

List of all members.

Public Attributes

const char * name
SPVM_NATIVE_FUNC func

Detailed Description

Used for setting natives from modules/host apps.

Definition at line 164 of file sp_vm_types.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: