FS2_Open
Open source remastering of the Freespace 2 engine
ade_odata Struct Reference

#include <lua.h>

Public Attributes

uint idx
 
ODATA_SIG_TYPEsig
 
voidbuf
 
int size
 

Detailed Description

Used for internal object->lua_set and lua_get->object communication.

Must remain a struct and only contain POD datatypes because this is passed via variable args.

Definition at line 38 of file lua.h.

Member Data Documentation

void* ade_odata::buf

Definition at line 43 of file lua.h.

uint ade_odata::idx

Definition at line 41 of file lua.h.

ODATA_SIG_TYPE* ade_odata::sig

Definition at line 42 of file lua.h.

int ade_odata::size

Definition at line 44 of file lua.h.


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