isHidden: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
|gr1= Object Manipulation
|gr1= Object Manipulation


| Returns whether a person is hidden (reached the hiding position).
| Return whether the person is hidden (reached the hiding position). For command that tests general visibility of an object use [[isObjectHidden]]
{{Feature|Important | Not to be confused with [[isObjectHidden]], which is returning object visibility set with [[hideObject]]}}


| '''isHidden''' person
| '''isHidden''' person

Revision as of 23:23, 14 May 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
person: Object
Return Value:
Return value needed

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