Difference between revisions of "DCS func hasAttribute"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
(No difference)

Revision as of 00:12, 12 April 2018

Scripting Root

Envrioment: Mission Scripting
Function: hasAttribute Added with: 1.2.0
Member Of: Object
Syntax: boolean Object.hasAttribute(Class Self , string attribute )
Description: Returns a boolean value if the object in question has the passed attribute. See db_attibutes.lua in C:\Program Files\Eagle Dynamics\DCS World\Scripts\Database for more details. Additionally attributes for each object are defined within their DB lua file.

Function also works with Unit, Weapon, Static Object, Scenery Object, Airbase


Return Value: boolean
Return Example: true or false
Examples:
Related Functions: Object Functions: isExist, destroy, getCategory, getTypeName, getDesc, hasAttribute, getName, getPoint, getPosition, getVelocity, inAir
Notes: