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

Script: 0291 (Set Character Attack When Provoked)

This commit is contained in:
Jannik Vogel 2016-06-11 13:35:18 +02:00
parent ec2e70e3bf
commit bb3b879848

View File

@ -1465,6 +1465,8 @@ ObjectModule::ObjectModule()
bindUnimplemented( 0x0243, game_set_character_personality, 2, "Set Character Personality" );
bindUnimplemented( 0x0291, set_character_attack_when_provoked, 2, "Set Character Attack When Provoked" );
bindFunction(0x029B, game_create_object_world, 5, "Create Object no offset" );
bindFunction(0x029C, game_is_boat, 1, "Is Vehicle Boat" );