1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 03:12:36 +01:00

Script: 021B (Set Target Car for Mission Garage)

This commit is contained in:
Jannik Vogel 2016-06-02 16:54:19 +02:00
parent 8c72bd33fb
commit 87bed4cf0f

View File

@ -1114,6 +1114,7 @@ GameModule::GameModule()
bindFunction(0x0219, game_create_garage, 8, "Create Garage" );
bindUnimplemented( 0x021B, game_set_target_car_for_mission_garage, 2, "Set Target Car for Mission Garage" );
bindFunction(0x021C, game_is_car_inside_garage, 1, "Is Car Inside Garage" );
bindFunction(0x022A, game_disable_ped_paths, 6, "Disable ped paths" );