Difference between revisions of "DCS func getCountry"

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: getCountry Added with: 1.2.0
Member Of: Object, Coalition Object
Syntax: enum country.id Object.getCountry(Class Self )
Description: Returns an enumerator that defines the country that an object currently belongs to.

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


Return Value: enum country.id
Return Example: See country enums for full listing of countries.
Examples:
Related Functions: Object Class Functions: isExist, destroy, getCategory, getTypeName, getDesc, hasAttribute, getName, getPoint, getPosition, getVelocity, inAir

Coalition Object Class Functions: getCoalition, getCountry

Notes: