1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-09 20:32:43 +01:00

Script: 020F (Turn Character to Face Player)

This commit is contained in:
Jannik Vogel 2016-06-11 13:34:29 +02:00
parent 5895fca398
commit 27ba6756dd

View File

@ -1447,6 +1447,8 @@ ObjectModule::ObjectModule()
bindFunction(0x0204, game_character_near_car_2d, 5, "Is Char near Car in Car 2D" );
bindUnimplemented( 0x020A, game_lock_vehicle_doors, 2, "Lock Car Doors" );
bindUnimplemented( 0x020F, game_turn_character_to_face_player, 2, "Turn Character to Face Player" );
bindFunction(0x0211, game_navigate_on_foot, 3, "Character go to on foot" );