DayZ 1.29
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/DayZ/Entities/EntityAI.c строка 3400

3401 {
3403 return ComponentBodyStaging.Cast( GetComponent(COMP_TYPE_BODY_STAGING) );
3404 return NULL;
3405 }
bool HasComponent(int comp_type)
IsComponentExist.
Component GetComponent(int comp_type, string extended_class_name="")
GetComponent.
const int COMP_TYPE_BODY_STAGING
Определения Component.c:10

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

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