GTAG - Modding - Opcode Database - 05E4
Opcode Database
05E4
| Description | It is a function method similar to 05E3, but it is possible to get the function returns an integer value. 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 stack. ... - A list of function parameters, after the parameter list must be a variable, which is written the return value. |
|---|---|
| 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 | 05E4=0,NOP ; add_stunt_point |
| Example | |
| Command Name | ADD_STUNT_POINT |
| Vice City | |
| sascm.ini | 05E4=-1,call_function_method %1d% struct %2d% num_params %3h% pop %4h% |
| Example | 05E4: call_function_method 0x5BAA80 struct 0@ num_params 0 pop 0 1@ |
| GTA III | |
| gtascm.ini | 05E4=-1,call_function_method %1d% struct %2d% num_params %3h% pop %4h% |
| Example | 05E4: call_function_method 0x5BAA80 struct 0@ num_params 0 pop 0 1@ |

