DayZ 1.27
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.

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

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

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

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