1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00

Script: 0243 (Set Character Personality)

This commit is contained in:
Jannik Vogel 2016-06-16 00:49:14 +02:00
parent 45d22e42bb
commit 3400603f64

View File

@ -1407,6 +1407,8 @@ ObjectModule::ObjectModule()
bindFunction(0x0229, game_set_vehicle_colours, 3, "Set Vehicle Colours" );
bindFunction(0x0239, game_character_run_to, 3, "Character Run to" );
bindUnimplemented( 0x0243, game_set_character_personality, 2, "Set Character Personality" );
bindFunction(0x029B, game_create_object_world, 5, "Create Object no offset" );
bindFunction(0x029C, game_is_boat, 1, "Is Vehicle Boat" );