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

Script: 0365 (Set Character Objective to Hail Taxi)

This commit is contained in:
Jannik Vogel 2016-06-11 13:34:01 +02:00
parent 159f2463ef
commit 5895fca398

View File

@ -1491,6 +1491,8 @@ ObjectModule::ObjectModule()
bindUnimplemented( 0x035D, game_set_object_targetable, 1, "Set Object Targetable" );
bindFunction(0x0363, game_set_close_object_visible, 6, "Set Closest Object Visibility");
bindUnimplemented( 0x0365, game_set_character_objective_to_hail_taxi, 1, "Set Character Objective to Hail Taxi" );
bindUnimplemented( 0x0368, game_create_ev_crane, 10, "Create ev Crane" );