DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | ComponentCollisionBox |
class | ComponentCollisionCapsule |
Перечисления | |
enum | QueryFlags |
Переменные | |
NONE | |
STATIC | |
Static objects are included in the query. | |
DYNAMIC | |
Dynamic objects are included in the query. | |
ORIGIN_DISTANCE | |
Check only distance to object origins, not BB. | |
ONLY_ROADWAYS | |
Only roadways are included in the query. | |
static ref array< Object > | m_CachedEntList |
class ComponentCollisionBox | EnableDebugDraw |
|
static |
if total water depth >= 1.5m && character is 1.5m in water
Перекрестные ссылки HumanCommandSwim().
|
static |
|
private |
cannot be instantiated
Используется в ManBase::BrokenLegForceProne(), ActionBase::Can(), DayZPlayer::CanJump(), DayZPlayer::CanPickupHeavyItem(), DayZInfected::ChaseAttackLogic(), DayZPlayerImplementSwimming::CheckSwimmingStart(), ejectBulletAndStoreInMagazine(), EmoteBase::EmoteFBStanceCheck(), DayZInfected::FightAttackLogic(), HandleFightLogic(), HandleStoreCartridge(), DayZPlayerImplementSwimming::HandleSwimming(), InitPlayerComponentCollisions(), WeaponStateBase::OnAbort(), WeaponChambering_Base::OnAbort(), OnAbort(), WeaponStateBase::OnEntry(), ActionEmptyMagazine::OnExecuteServer(), WeaponStateBase::OnExit(), DayZPlayerImplementAiming::ProcessAimFilters(), VicinityItemManager::RefreshVicinityItems() и SelectStoreCartridge().
|
static |
overrides total animation rotation
overrides total animation speed
|
static |
overrides total animation translation
draws debug box (color=red)
enum QueryFlags EnableDebugDraw | ( | bool | pEnable | ) |
enables debug draw in functions
|
static |
|
static |
Используется в GetMeleeTarget().
|
static |
returns fight target
Перекрестные ссылки Class::CastTo(), Math::DEG2RAD, GetEntitiesInCone(), InitCachedEntList(), m_CachedEntList, Math::Tan() и Vector().
|
static |
|
static |
Перекрестные ссылки Class::CastTo().
Используется в HandleStoreCartridge().
|
static |
We don't care if a valid transform couldn't be found, we just want to preferably use it instead of placing on the player
Перекрестные ссылки Error(), GameInventory::LocationSyncMoveEntity(), Math3D::MatrixIdentity4() и GameInventory::PrepareDropEntityPos().
|
static |
find suitable heap / mag
create a new one in inventory
drop on ground
Перекрестные ссылки Class::CastTo(), DayZPlayerUtils(), ECE_IN_INVENTORY, HandleDropCartridge(), RF_DEFAULT и SpawnEntity().
Перекрестные ссылки m_CachedEntList.
Используется в GetMeleeTarget().
|
static |
Перекрестные ссылки DayZPlayerUtils(), Error() и IsComponentCollisionInitialized().
|
static |
Используется в InitPlayerComponentCollisions().
pLimits in form Xvalue, Ymin, Ymax, Xvalue1, Ymin1, Ymax1, .... sample 0, 0, 5, 1, 2, 3, 2, 0, 1 for X <= 0 it clamps Y to Rangle (0,5)
for X == 0.5 it clamps Y to Rangle (1,4)
for X == 1 it clamps Y to Rangle (2,3)
for X == 1.5 it clamps Y to Rangle (1,2)
for X >= 2 it clamps Y to Rangle (0,1)
|
static |
returns entities overlapping/touching in AABB box -
|
static |
|
static |
returns entities overlapping/touching in AABB box -
|
static |
Перекрестные ссылки Class::CastTo(), DayZPlayerUtils(), ECE_IN_INVENTORY, RF_DEFAULT и SpawnEntity().
@ DYNAMIC |
Dynamic objects are included in the query.
|
private |
Используется в GetMeleeTarget() и InitCachedEntList().
@ NONE |
ONLY_ROADWAYS |
Only roadways are included in the query.
ORIGIN_DISTANCE |
Check only distance to object origins, not BB.
@ STATIC |
Static objects are included in the query.