BIS fnc isBuildingEnterable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| (\[\[[a-zA-Z ]+\]\]) \|x1=" to " |r1=$1 |x1=")
m (Text replacement - " *; * +\|p1=" to " |p1=")
Line 9: Line 9:
| Check whether a building or structure has available positions defined within model.
| Check whether a building or structure has available positions defined within model.


| param call [[BIS_fnc_isBuildingEnterable]];
| param call [[BIS_fnc_isBuildingEnterable]]


|p1= param: [[Object]]
|p1= param: [[Object]]

Revision as of 21:41, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
param: Object
param: Number
Return Value:
Boolean

Examples

Example 1:
[_building] call BIS_fnc_isBuildingEnterable;
Example 2:
[_building, _minNumberOfPositions] call BIS_fnc_isBuildingEnterable;

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