#include <lscript_library.h>
| Public Member Functions | |
| LLScriptLibraryFunction (F32 eu, F32 st, void(*exec_func)(LLScriptLibData *, LLScriptLibData *, const LLUUID &), char *name, char *ret_type, char *args, char *desc, BOOL god_only=FALSE) | |
| ~LLScriptLibraryFunction () | |
| Public Attributes | |
| F32 | mEnergyUse | 
| F32 | mSleepTime | 
| void(* | mExecFunc )(LLScriptLibData *, LLScriptLibData *, const LLUUID &) | 
| char * | mName | 
| char * | mReturnType | 
| char * | mArgs | 
| char * | mDesc | 
| BOOL | mGodOnly | 
Definition at line 43 of file lscript_library.h.
| LLScriptLibraryFunction::LLScriptLibraryFunction | ( | F32 | eu, | |
| F32 | st, | |||
| void(*)(LLScriptLibData *, LLScriptLibData *, const LLUUID &) | exec_func, | |||
| char * | name, | |||
| char * | ret_type, | |||
| char * | args, | |||
| char * | desc, | |||
| BOOL | god_only = FALSE | |||
| ) | 
| LLScriptLibraryFunction::~LLScriptLibraryFunction | ( | ) | 
Definition at line 54 of file lscript_library.h.
Referenced by LLScriptScript::recurse(), run_calllib(), and run_calllib_two_byte().
Definition at line 55 of file lscript_library.h.
Referenced by LLScriptLibraryFunction(), run_calllib(), run_calllib_two_byte(), and ~LLScriptLibraryFunction().
Definition at line 49 of file lscript_library.h.
Referenced by run_calllib(), and run_calllib_two_byte().
| void(* LLScriptLibraryFunction::mExecFunc)(LLScriptLibData *, LLScriptLibData *, const LLUUID &) | 
Referenced by run_calllib(), and run_calllib_two_byte().
Definition at line 52 of file lscript_library.h.
Referenced by print_calllib(), print_calllib_two_byte(), LLScriptScript::recurse(), run_calllib(), and run_calllib_two_byte().
Definition at line 53 of file lscript_library.h.
Referenced by LLScriptScript::recurse(), run_calllib(), and run_calllib_two_byte().
Definition at line 50 of file lscript_library.h.
Referenced by LLScriptLibraryFunction(), run_calllib(), and run_calllib_two_byte().
 1.4.7
 1.4.7