sp_native_s Struct Reference

Native lookup table, by default names point back to the sp_plugin_infotab_t structure. More...

#include <public/sourcepawn/sp_vm_types.h>

List of all members.

Public Attributes

SPVM_NATIVE_FUNC pfn
const char * name
uint32_t status
uint32_t flags
void * user


Detailed Description

Native lookup table, by default names point back to the sp_plugin_infotab_t structure.

Definition at line 152 of file sp_vm_types.h.


Member Data Documentation

SPVM_NATIVE_FUNC sp_native_s::pfn

Function pointer

Definition at line 154 of file sp_vm_types.h.

const char* sp_native_s::name

Name of function

Definition at line 155 of file sp_vm_types.h.

uint32_t sp_native_s::status

Status flags

Definition at line 156 of file sp_vm_types.h.

uint32_t sp_native_s::flags

Native flags

Definition at line 157 of file sp_vm_types.h.

void* sp_native_s::user

Host-specific data

Definition at line 158 of file sp_vm_types.h.


The documentation for this struct was generated from the following file:
Generated on Sun Dec 28 23:26:29 2008 for SourceMod SDK by  doxygen 1.5.1