Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/StreetLamps.hpp
2016-03-05 20:36:07 -05:00

33 lines
635 B
C++

access = 0;
class StreetLamp
{
scope = private;
model = "";
destrType = "DestructTree";
simulation = "thing";
};
class Land_lampa_sidl: StreetLamp
{
scope = protected;
model = "\ca\buildings\Misc\lampa_sidl";
};
class Land_lampa_sidl_2: StreetLamp
{
scope = protected;
model = "\ca\buildings\Misc\lampa_sidl_2";
};
class Land_lampa_sidl_3: StreetLamp
{
scope = protected;
model = "\ca\buildings\Misc\lampa_sidl_3";
};
class Land_lampa_ind: StreetLamp
{
scope = protected;
model = "\ca\buildings\Misc\lampa_ind";
};
class Land_lampa_ind_zebr: StreetLamp
{
scope = protected;
model = "\ca\buildings\Misc\lampa_ind_zebr";
};