| 171 |
|
|
| 172 |
|
// Print message to console ? |
| 173 |
|
DefFunc(int, COrMessage_Print, ONICALL, (char* Message, char* Key, void* noidea), 0x004304B0); |
| 174 |
+ |
DefFunc(UUtBool, COrCommand_Execute, ONICALL, (char* command), 0x004317D0); |
| 175 |
|
|
| 176 |
|
DefFunc(void, COrConsole_StatusLine_Display, ONICALL, (), 0x00431E70); |
| 177 |
|
|
| 196 |
|
|
| 197 |
|
DefFunc(uint16_t, iSetCharacterClass, ONICALL, (sl_callinfo* callinfo, uint32_t numargs, sl_arg args[], int* dontuse1, int* dontuse2, sl_arg* ret), 0x004D99D0); |
| 198 |
|
DefFunc(uint16_t, AI2iScript_Spawn, ONICALL, (sl_callinfo* callinfo, uint32_t numargs, sl_arg args[], int* dontuse1, int* dontuse2, sl_arg* ret), 0x004B4780); |
| 199 |
+ |
DefFunc(void, AI2rSmite, ONICALL, (Character *inCharacter, UUtBool inSpareCharacter), 0x0048BDA0); |
| 200 |
|
//NOT USED: DefFunc(void*, OBJrObjectType_GetObject_ByNumber, ONICALL, (int inObjectType, int inIndex), ); |
| 201 |
|
//NOT USED: DefFunc(int, OBJiObjectGroup_GetNumObjects, ONICALL, (void *inObjectGroup), ); |
| 202 |
|
|