GTAG - Modding - Opcode Database - 05E3
Opcode Database
05E3
| Description | Calls a function method. Parameters: 1 - Address of memory function. 2 - Address of the memory object owning method. 3 - number of function parameters passed through the stack. 4 - alignment of the stack. ... - List of function parameters. |
|---|---|
| Parameters (v2) | 1) Function address (Integer) (INT) 2) Memory address (Integer) (INT) 3) Integer (INT) 4) Integer (INT) 5) Call arguments (...) |
| Games | |
| Category | III CLEO, Memory, VC CLEO |
| San Andreas | |
| sascm.ini | 05E3=0,NOP ; start_adding_stunt_points |
| Example | |
| Command Name | START_ADDING_STUNT_POINTS |
| Vice City | |
| sascm.ini | 05E3=-1,call_method %1d% struct %2d% num_params %3d% pop %4d% |
| Example | 05E3: call_method 0x4DF240 struct 0@ num_params 3 pop 3 0.0 0.0 0.0 |
| GTA III | |
| gtascm.ini | 05E3=-1,call_method %1d% struct %2d% num_params %3d% pop %4d% |
| Example | 05E3: call_method 0x4DF240 struct 0@ num_params 3 pop 3 0.0 0.0 0.0 |

