#include <C4AulDefFunc.h>
Public Attributes | |
const char * | Identifier |
bool | Public |
C4V_Type | RetType |
C4V_Type | ParType [10] |
C4Value(* | FunctionC4V )(C4PropList *_this, C4Value *) |
Definition at line 275 of file C4AulDefFunc.h.
C4Value(* C4ScriptFnDef::FunctionC4V) (C4PropList *_this, C4Value *) |
Definition at line 281 of file C4AulDefFunc.h.
Referenced by C4AulDefFunc::Exec().
const char* C4ScriptFnDef::Identifier |
Definition at line 277 of file C4AulDefFunc.h.
C4V_Type C4ScriptFnDef::ParType[10] |
Definition at line 280 of file C4AulDefFunc.h.
Referenced by C4AulDefFunc::GetParType().
bool C4ScriptFnDef::Public |
Definition at line 278 of file C4AulDefFunc.h.
Referenced by C4AulDefFunc::GetPublic().
C4V_Type C4ScriptFnDef::RetType |
Definition at line 279 of file C4AulDefFunc.h.
Referenced by C4AulDefFunc::GetRetType().