canStand: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ") |
||
Line 31: | Line 31: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dt class="note">[[User:Kronzky|Kronzky]] | <dt class="note">[[User:Kronzky|Kronzky]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
The command may return true for dead units. | The command may return true for dead units. |
Revision as of 01:26, 30 January 2021
Description
- Description:
- Description needed
- Groups:
- Object Manipulation
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unitName: Object
- Return Value:
- Return value needed
Examples
- Example 1:
- SQS:
?!(canStand player) : player groupChat "My legs! They hit my legs!"
- Example 2:
if (!canStand player) then { player groupChat "My legs! They hit my legs!"; };
Additional Information
- See also:
- See also needed
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
- Kronzky
- The command may return true for dead units.