ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni_Symbols.h
(Generate patch)

Comparing Daodan/src/Oni_Symbols.h (file contents):
Revision 879 by alloc, Sun Jun 2 16:51:21 2013 UTC vs.
Revision 882 by alloc, Tue Jun 4 15:35:02 2013 UTC

# Line 78 | Line 78
78   // Option "findsounds" ... but what does it do?
79   #define SSgSearchOnDisk         (*((bool*)0x005eb758))
80  
81 + // OBJgTriggerVolume_Visible - bsl var to show trigger volumes
82 + #define OBJgTriggerVolume_Visible       (*((bool*)0x005ec6c4))
83 +
84  
85   // Method signature for script (BSL) functions
86   typedef uint16_t        ( ONICALL *sl_func)(sl_callinfo* callinfo, uint32_t numargs, sl_arg args[], int* dontuse1, int* dontuse2, sl_arg* ret);
# Line 165 | Line 168 | DefFunc(uint16_t, SLrScript_Command_Regi
168   DefFunc(uint16_t, SLrScript_Command_Register_Void, ONICALL, (char* name, char* desc, char* argfmt, sl_func callback), 0x00477b40);
169  
170   // Register a global BSL variable
171 + DefFunc(uint16_t, SLrGlobalVariable_Register_Bool, ONICALL, (char* name, char* desc, UUtBool* data), 0x00477f50);
172   DefFunc(uint16_t, SLrGlobalVariable_Register_Int32, ONICALL, (char* name, char* desc, int32_t* data), 0x00477e30);
173   DefFunc(uint16_t, SLrGlobalVariable_Register_Float, ONICALL, (char* name, char* desc, float* data), 0x00477ec0);
174   DefFunc(uint16_t, SLrGlobalVariable_Register_String, ONICALL, (char* name, char* desc, char* data), 0x00477fe0);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)