En:SetAttackFileNames
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Account
Method of class InventoryItem
[править]
Syntax
SetAttackFileNames(attack : String, attackalt : String)
[править]
Description
Set prefix of animation files names which describe current attack (change default value, i.e. values: attackmain and attackalt);
[править]
Parameters
- attack - string. File name prefix of attack animation. Example : if attack is "shot" animation file name will be such like this : gun_shot_<direction>;
- attackalt - string. File name prefix of alternative attack animation. Example : if attack is "fire" animation file name will be such like this : gun_fire_<direction>;
[править]
Result
The method returns nothing;