BIS fnc setIdentity: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Object Manipulation |GROUP1=") |
m (Text replacement - "\[\[Category\:Function Group\: Objects(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 48: | Line 48: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:setIdentity}}]] | [[Category:Functions|{{uc:setIdentity}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:setIdentity}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:setIdentity}}]] |
Revision as of 09:26, 10 October 2020
Description
- Description:
- Sets the unit's identity.
- Execution:
- call
- Groups:
- Object Manipulation
Syntax
- Syntax:
- [object, face, speaker, pitch, callsign] call BIS_fnc_setIdentity
- Parameters:
- face: String - (Optional, default "") Face from CfgFaces
- speaker: String - (Optional, default "") Speaker from CfgVoice
- pitch: String - (Optional, default -1) Speaker pitch (1 is unchanged pitch)
- callsign: String - (Optional, default "") Callsign
- Return Value:
- Boolean
Examples
- Example 1:
[player, "Kerry", "Male01ENGB", 1.05, "Big Daddy"] call BIS_fnc_setIdentity;
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note