getPhysicsCollisionFlag: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.18 |gr1= Object Manipulation |descr= Returns the currently set physics collision flags. |s1= getPhysicsCollisionFlag object |p1= object: Object |r1= Array or Booleans - array of collision flags. As of {{GVI|arma3|2.18}} only 1 value is returned. |seealso= hideObject isObjectHidden setPhysicsCollisionFlag disableCollisionWith enableCollisionWith }}")
 
m (Fixed typo)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.18
|version1= 2.18
|branch= dev
|arg= global


|gr1= Object Manipulation
|gr1= Object Manipulation
Line 12: Line 16:
|p1= object: [[Object]]
|p1= object: [[Object]]


|r1= [[Array]] or [[Boolean]]s - array of collision flags. As of {{GVI|arma3|2.18}} only 1 value is returned.
|r1= [[Array]] of [[Boolean]]s - array of collision flags (only one value is returned for now)


|seealso= [[hideObject]] [[isObjectHidden]] [[setPhysicsCollisionFlag]] [[disableCollisionWith]] [[enableCollisionWith]]
|seealso= [[hideObject]] [[isObjectHidden]] [[setPhysicsCollisionFlag]] [[disableCollisionWith]] [[enableCollisionWith]]
}}
}}

Latest revision as of 18:20, 26 July 2024

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.18.

Description

Description:
Returns the currently set physics collision flags.
Groups:
Object Manipulation

Syntax

Syntax:
getPhysicsCollisionFlag object
Parameters:
object: Object
Return Value:
Array of Booleans - array of collision flags (only one value is returned for now)

Examples

Examples:
Example needed

Additional Information

See also:
hideObject isObjectHidden setPhysicsCollisionFlag disableCollisionWith enableCollisionWith

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