BIS_fnc_objectType

From Bohemia Interactive Community
Revision as of 03:42, 2 October 2014 by Benargee (talk | contribs) (GVI 1.00 --> 1.08 http://dev.arma3.com/post/spotrep-00016)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*

	Description:
	Return object category and type. Recognized types are:

		Soldier
			AT
			Civilian
			Diver
			Infantry
			Medic
			MG
			Officer
			Pilot
			Sniper
			SpecialForces
			UAVPilot
		Vehicle / VehicleAutonomous
			Car
			Helicopter
			Motorcycle
			Plane
			Ship
			StaticWeapon
			Submarine
			TrackedAPC
			Tank
			WheeledAPC
		Logic
			Logic
			Module
		Object
			Ammobox
			Animal
			Backpack
			Camera
			Church
			Effect
			Fire
			Flag
			Helipad
			House
			Marker
			Mine
			Parachute
			Seagull
			Sound
			Target
			Thing
			Trigger
			UnknownObject
			VASI
			Wreck

	Parameter(s):
		0: STRING - item class

	Returns:
	ARRAY in format [category,type]
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:

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