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

one item set for slot Подробнее...

+ Граф наследования:PlayerSpawnPresetDiscreteItemSetSlotData:

Закрытые члены

override bool IsValid ()
 
override int GetQuickbarIdx ()
 

Закрытые данные

string itemType
 
int quickBarSlot
 

Подробное описание

one item set for slot

Методы

◆ GetQuickbarIdx()

override int GetQuickbarIdx ( )
inlineprivate
173 {
174 return quickBarSlot;
175 }
int quickBarSlot
Definition CfgPlayerSpawnDataJson.c:152

Перекрестные ссылки quickBarSlot.

◆ IsValid()

override bool IsValid ( )
inlineprivate
155 {
156 if (!super.IsValid())
157 return false;
158
159 //empty 'itemType' is valid alternative here
160
161 if (!attributes)
162 {
163 Debug.Log("No attributes defined for a discrete item set!","n/a","Validation","PlayerSpawnPresetDiscreteItemSetSlotData");
164 return false;
165 }
166
167 //unable to verify any of the other integers, since they always default to '0'. Needs to be configured carefully!
168
169 return true;
170 }
Definition Debug.c:14
static void Log(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message with normal prio.
Definition Debug.c:136
Definition EntityAI.c:95

Перекрестные ссылки Debug::Log().

Поля

◆ itemType

string itemType
private

◆ quickBarSlot

int quickBarSlot
private

Используется в GetQuickbarIdx().


Объявления и описания членов класса находятся в файле: