isHidden: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma1 *\| *(New )?Scripting Commands\}\}" to "")
m (Text replacement - "</dd> </dl>" to "</dd> </dl>")
Line 32: Line 32:
Tested in 1.67 DEV, seems to always return [[false]]
Tested in 1.67 DEV, seems to always return [[false]]
</dd>
</dd>
</dl>
</dl>

Revision as of 17:09, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Manipulation

Syntax

Syntax:
isHidden person
Parameters:
person: Object
Return Value:
Boolean

Examples

Example 1:
_bobIsHidden = isHidden bob;

Additional Information

See also:
isObjectHiddengetHideFromsetHideBehindfindCover

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
Posted on January 1, 2017 - 22:40 (UTC)
Killzone Kid
Tested in 1.67 DEV, seems to always return false