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

◆ GetCompBS()

ComponentBodyStaging Entity::GetCompBS ( )
inlineprotected

Use this to access Body Staging component on dead character. Returns NULL if the given object lacks such component.

См. определение в файле 3_Game/Entities/EntityAI.c строка 3353

3354 {
3356 return ComponentBodyStaging.Cast( GetComponent(COMP_TYPE_BODY_STAGING) );
3357 return NULL;
3358 }
bool HasComponent(int comp_type)
IsComponentExist.
Определения 3_Game/Entities/EntityAI.c:340
Component GetComponent(int comp_type, string extended_class_name="")
GetComponent.
Определения 3_Game/Entities/EntityAI.c:315
const int COMP_TYPE_BODY_STAGING
Определения Component.c:10

Перекрестные ссылки COMP_TYPE_BODY_STAGING, GetComponent() и HasComponent().

Используется в IsSkinned(), OnRPC() и SetAsSkinned().