BIS fnc objectType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - " \| *([^=\| ]+) * \|p1=" to " |s1= $1 |p1=")
Line 9: Line 9:
| Return object category and type.
| Return object category and type.


| anObject call [[BIS_fnc_objectType]]
|s1=  anObject call [[BIS_fnc_objectType]]


|p1= anObject: [[String]] or [[Object]]
|p1= anObject: [[String]] or [[Object]]

Revision as of 23:46, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
anObject call BIS_fnc_objectType
Parameters:
anObject: String or Object
Return Value:
Return value needed

Examples

Example 1:
_myType = player call BIS_fnc_objectType;
Example 2:
_myType = "B_MRAP_01_F" call BIS_fnc_objectType;

Additional Information

See also:
typeOfcountTypeisKindOf

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