canStand: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ") |
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "") |
||
Line 40: | Line 40: | ||
[[Category:Scripting Commands OFP 1.99|CANSTAND]] | [[Category:Scripting Commands OFP 1.99|CANSTAND]] | ||
[[Category:Scripting Commands OFP 1.96|CANSTAND]] | [[Category:Scripting Commands OFP 1.96|CANSTAND]] |
Revision as of 01:28, 5 February 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.