roleDescription: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma3|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
||
Line 34: | Line 34: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
{{GameCategory|arma3|New Scripting Commands List}} | {{GameCategory|arma3|New Scripting Commands List}} | ||
{{GameCategory|arma3|Scripting Commands}} | |||
<!-- CONTINUE Notes --> | <!-- CONTINUE Notes --> |
Revision as of 07:13, 9 January 2021
Description
- Description:
- Returns unit description set in Editor and visible on role selection screen in MP. Works in MP and SP.
- Groups:
- Object ManipulationMultiplayer
Syntax
Examples
- Example 1:
_playerRole = roleDescription player;
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
Notes
Bottom Section
- Posted on June 29, 2015 - 12:05 (UTC)
- Killzone Kid
- One thing you should know about roles. When switching to units placed in editor on the fly in MP, it could mess up the role of the player. Could be bug, could be intended, but I would not recommend doing this. Create new unit dynamically if you need to switch to. Anyway, if role of the unit is messed up so is roleDescription.
- Posted on May 26, 2017 - 01:10 (UTC)
- Pierre MGI
- roleDescription works for playableUnits only. That means not on AI disabled in lobby and not in SP (even for player).