UNPKG
@flying-dice/tslua-dcs-mission-types
Version:
latest (0.32.23)
0.32.23
0.32.22
0.32.21
0.32.20
0.32.19
0.32.18
0.32.17
0.32.16
0.32.15
0.32.14
0.32.13
0.32.12
0.32.11
0.32.10
0.32.9
0.32.8
0.32.7
0.32.6
0.32.5
0.32.4
0.32.3
0.32.2
0.32.1
0.32.0
0.31.0
0.30.11
0.30.10
0.30.9
0.30.8
0.30.7
0.30.6
0.30.5
0.30.4
0.30.3
0.30.2
0.30.1
0.30.0
0.29.3
0.29.2
0.29.1
0.29.0
0.28.3
0.28.2
0.28.1
0.28.0
0.27.2
0.27.1
0.27.0
0.26.2
0.26.1
0.26.0
0.25.0
Typescript type definitions for DCS
flying-dice/tslua-dcs
@flying-dice/tslua-dcs-mission-types
/
src
/
Weapon.ts
8 lines
(7 loc)
•
222 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
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
; }