setHideBehind: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reset ArmA version)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= object: [[Object]] |= Parameter 1
|p1= objectWhereHide: [[Object]]
 
|p2= hidePosition: [[Position]]  
|p2= [objectWhereHide, hidePosition]: [[Array]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 06:17, 31 August 2007

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

Description

Description:
It sets the data for hiding. objectWhereHide can be taken using findCover. hidePosition can be taken using getHideFrom.
Groups:
Uncategorised

Syntax

Syntax:
Object setHideBehind [objectWhereHide, hidePosition]
Parameters:
objectWhereHide: Object
hidePosition: Position
Return Value:
Nothing

Examples

Examples:
Example needed

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

Notes

Bottom Section