isHideBehindScripted: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| \[\[.+\]\] \<nowiki\>\=\<\/nowiki\> " to "| ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma1 | |game1= arma1 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Broken Commands | |gr1= Broken Commands | ||
Line 9: | Line 8: | ||
|gr2= Object Manipulation | |gr2= Object Manipulation | ||
| Return whether the vehicle has set the [[hideBehindScripted]] to [[true]] or not. | |descr= Return whether the vehicle has set the [[hideBehindScripted]] to [[true]] or not. | ||
{{Feature|Warning| This command | {{Feature|Warning| This command only exists in {{arma1}}.}} | ||
| | |s1= [[isHideBehindScripted]] vehicle | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
Line 18: | Line 17: | ||
|x1= <code>_isHidden = [[isHideBehindScripted]] _vehicle;</code> | |x1= <code>_isHidden = [[isHideBehindScripted]] _vehicle;</code> | ||
| [[Boolean]] | |r1= [[Boolean]] | ||
|seealso= [[hideBehindScripted]] | |seealso= [[hideBehindScripted]] | ||
}} | }} | ||
Revision as of 16:36, 8 May 2021
Description
- Description:
- Return whether the vehicle has set the hideBehindScripted to true or not.
- Groups:
- Broken CommandsObject Manipulation
Syntax
- Syntax:
- isHideBehindScripted vehicle
- Parameters:
- vehicle: Object
- Return Value:
- Boolean
Examples
- Example 1:
_isHidden = isHideBehindScripted _vehicle;
Additional Information
- See also:
- hideBehindScripted
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