Difference between revisions of "TMapObject.Style"
(Wrong values changed to correct ones) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 53: | Line 53: | ||
| 23 || Parachute | | 23 || Parachute | ||
|- | |- | ||
− | | 24 || | + | | 24 || Combat Knife |
|- | |- | ||
− | | 25 || | + | | 25 || Chainsaw |
|- | |- | ||
| 26 || LAW | | 26 || LAW | ||
Line 62: | Line 62: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | ==Constants== | ||
+ | Global constants with object types. | ||
+ | <syntaxhighlight lang="pascal"> | ||
+ | OBJECT_ALPHA_FLAG | ||
+ | OBJECT_BRAVO_FLAG | ||
+ | OBJECT_POINTMATCH_FLAG | ||
+ | OBJECT_USSOCOM | ||
+ | OBJECT_DESERT_EAGLE | ||
+ | OBJECT_HK_MP5 | ||
+ | OBJECT_AK74 | ||
+ | OBJECT_STEYR_AUG | ||
+ | OBJECT_SPAS12 | ||
+ | OBJECT_RUGER77 | ||
+ | OBJECT_M79 | ||
+ | OBJECT_BARRET_M82A1 | ||
+ | OBJECT_MINIMI | ||
+ | OBJECT_MINIGUN | ||
+ | OBJECT_RAMBO_BOW | ||
+ | OBJECT_MEDICAL_KIT | ||
+ | OBJECT_GRENADE_KIT | ||
+ | OBJECT_FLAMER_KIT | ||
+ | OBJECT_PREDATOR_KIT | ||
+ | OBJECT_VEST_KIT | ||
+ | OBJECT_BERSERK_KIT | ||
+ | OBJECT_CLUSTER_KIT | ||
+ | OBJECT_PARACHUTE | ||
+ | OBJECT_COMBAT_KNIFE | ||
+ | OBJECT_CHAINSAW | ||
+ | OBJECT_LAW | ||
+ | OBJECT_STATIONARY_GUN | ||
+ | </syntaxhighlight> | ||
[[Category:TMapObject]] | [[Category:TMapObject]] |
Latest revision as of 17:01, 22 January 2016
property Style: Integer Access mode: R
Description
Number representing MapObject's style.
Style | Description |
---|---|
1 | Alpha Flag |
2 | Bravo Flag |
3 | Point Match Flag |
4 | USSOCOM |
5 | Desert Eagle |
6 | HK MP5 |
7 | AK 74 |
8 | Steyr AUG |
9 | Spas 12 |
10 | Ruger77 |
11 | M79 |
12 | Barrett M82A1 |
13 | Minimi |
14 | Minigun |
15 | Rambo Bow |
16 | Medical Kit |
17 | Grenade Kit |
18 | Flamer Kit |
19 | Predator Kit |
20 | Vest Kit |
21 | Beserk Kit |
22 | Cluster Kit |
23 | Parachute |
24 | Combat Knife |
25 | Chainsaw |
26 | LAW |
27 | Stationary Gun |
Constants
Global constants with object types.
OBJECT_ALPHA_FLAG
OBJECT_BRAVO_FLAG
OBJECT_POINTMATCH_FLAG
OBJECT_USSOCOM
OBJECT_DESERT_EAGLE
OBJECT_HK_MP5
OBJECT_AK74
OBJECT_STEYR_AUG
OBJECT_SPAS12
OBJECT_RUGER77
OBJECT_M79
OBJECT_BARRET_M82A1
OBJECT_MINIMI
OBJECT_MINIGUN
OBJECT_RAMBO_BOW
OBJECT_MEDICAL_KIT
OBJECT_GRENADE_KIT
OBJECT_FLAMER_KIT
OBJECT_PREDATOR_KIT
OBJECT_VEST_KIT
OBJECT_BERSERK_KIT
OBJECT_CLUSTER_KIT
OBJECT_PARACHUTE
OBJECT_COMBAT_KNIFE
OBJECT_CHAINSAW
OBJECT_LAW
OBJECT_STATIONARY_GUN