DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ EditorAttribute()

void EditorAttribute ( string style,
string category,
string description,
vector sizeMin,
vector sizeMax,
string color,
string color2 = "0 0 0 0",
bool visible = true,
bool insertable = true,
bool dynamicBox = false )

См. определение в файле EnEntity.c строка 854

855 {
856 m_Style = style;
857 m_Category = category;
858 m_Description = description;
859 m_SizeMin = sizeMin;
860 m_SizeMax = sizeMax;
861 m_Color = color;
862 m_Color2 = color2;
863 m_Visible = visible;
864 m_Insertable = insertable;
865 m_DynamicBox = dynamicBox;
866 }
class Attribute m_Style
can be "box", "sphere", "cylinder", "pyramid", "diamond" or custom style name
string m_Category
folder structure eg. StaticEntities/Walls
Определения EnEntity.c:844
bool m_Insertable
Определения EnEntity.c:851
bool m_Visible
Определения EnEntity.c:850
string m_Color2
Определения EnEntity.c:849
string m_Description
class purpose description
Определения EnEntity.c:845
string m_Color
Определения EnEntity.c:848
bool m_DynamicBox
Определения EnEntity.c:852
vector m_SizeMax
max vector of a bounding box
Определения EnEntity.c:847
vector m_SizeMin
min vector of a bounding box
Определения EnEntity.c:846

Перекрестные ссылки m_Category, m_Color, m_Color2, m_Description, m_DynamicBox, m_Insertable, m_SizeMax, m_SizeMin, m_Style и m_Visible.