Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 01F5

Opcode Database

01F5

DescriptionGets the character handle for the specified player.
Parameters (v2)1) Player handle (Integer) (INT)
2) (Returned) Actor handle (Integer) (INT)
Gamessa vc iii
CategoryActor, Player
Command Name (IV)GET_PLAYER_CHAR
San Andreas
sascm.ini01F5=2,get_player_char %1d% store_to %2d%
Example01F5: get_player_char $PLAYER_CHAR store_to $PLAYER_ACTOR
Command NameGET_PLAYER_CHAR
Vice City
sascm.ini01F5=2,%2d% = create_emulated_actor_from_player %1d%
Example01F5: $player_actor = create_emulated_actor_from_player $player_char
Command NameGET_PLAYER_CHAR
GTA III
gtascm.ini01F5=2,%2d% = create_emulated_actor_from_player %1d%
Example01F5: $PLAYER_ACTOR = create_emulated_actor_from_player $PLAYER_CHAR
Command NameGET_PLAYER_CHAR

<< 01F4

01F6 >>