setHideBehind: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(category)
m (template:command argument fix)
Line 8: Line 8:


| Sets the data for hiding. objectWhereHide can be taken using [[findCover]]. hidePosition can be taken using [[getHideFrom]]. Command is not functional in ArmA 2.
| Sets the data for hiding. objectWhereHide can be taken using [[findCover]]. hidePosition can be taken using [[getHideFrom]]. Command is not functional in ArmA 2.
{{warning| This command is not implemented}} |= Description
{{warning| This command is not implemented}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| object '''setHideBehind''' [objectWhereHide, hidePosition] |= Syntax
| object '''setHideBehind''' [objectWhereHide, hidePosition] |SYNTAX=


|p1= object: [[Object]] |= Parameter 1
|p1= object: [[Object]] |PARAMETER1=
|p2= [objectWhereHide, hidePosition]: [[Array]] |= Parameter 2
|p2= [objectWhereHide, hidePosition]: [[Array]] |PARAMETER2=
|p3= objectWhereHide: [[Object]] |= Parameter 3
|p3= objectWhereHide: [[Object]] |PARAMETER3=
|p4= hidePosition: [[Array]] - format [[getHideFrom]] |= Parameter 4
|p4= hidePosition: [[Array]] - format [[getHideFrom]] |PARAMETER4=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[getHideFrom]], [[findCover]], [[isHidden]] |= See also
| [[getHideFrom]], [[findCover]], [[isHidden]] |SEEALSO=


}}
}}

Revision as of 15:47, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets the data for hiding. objectWhereHide can be taken using findCover. hidePosition can be taken using getHideFrom. Command is not functional in ArmA 2.
This command is not implemented
Groups:
Uncategorised

Syntax

Syntax:
object setHideBehind [objectWhereHide, hidePosition]
Parameters:
object: Object
[objectWhereHide, hidePosition]: Array
objectWhereHide: Object
hidePosition: Array - format getHideFrom
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
getHideFromfindCoverisHidden

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

Notes

Bottom Section