1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-12 22:02:49 +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

@ -1492,6 +1492,8 @@ ObjectModule::ObjectModule()
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" );
bindUnimplemented( 0x039C, game_set_car_watertight, 2, "Set Car Watertight" );