UNPKG

@flying-dice/tslua-dcs-mission-types

Version:

Typescript type definitions for DCS

8 lines (7 loc) 222 B
import type { _Weapon } from "./exports/Weapon.export"; export interface l_Weapon extends _Weapon { /** * Returns an enumerator that defines the country that an object currently belongs to */ getCountry(): number; }