Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | DayZPlayerTypeUtils |
class | HumanItemBehaviorCfg |
Variables | |
class DayZPlayerTypeUtils | EMPTYHANDED |
class DayZPlayerTypeUtils | ONEHANDED |
class DayZPlayerTypeUtils | TWOHANDED |
class DayZPlayerTypeUtils | PISTOLS |
class DayZPlayerTypeUtils | FIREARMS |
class DayZPlayerTypeUtils | HEAVY |
class DayZPlayerTypeUtils | POLEARMS |
void CustomBoneRemapping | ( | DayZPlayerType | pType | ) |
void RegisterEmptyHanded::DayzPlayerItemBehaviorCfg | ( | ) |
per item camera user data to be uninitialized
rotational delay to camera direction in move only (filter)
Definition at line 11 of file dayzplayercfgbase.c.
void DayZPlayerTypeCreate | ( | DayZPlayerType | pType | ) |
Definition at line 5 of file dayzplayercfgbase.c.
void DayZPlayerTypeInitMovement | ( | DayZPlayerType | pType | ) |
Definition at line 10 of file dayzplayercfgbase.c.
void DayZPlayerTypeRegisterItems | ( | DayZPlayerType | pType | ) |
behaviour
set the default - use default instance set + default behaviour - empty hands
reset previous setup
custom emptyhanded - really needed?
complete root of any item not specified here
Pistols (RH,LH IK)
Firearms (RH,LH IK)
Shotguns
Launchers
Archery (RH,LH IK)
Bows
Arrows
Arrows
Launchers
pType.AddItemInHandsProfile("GP25Base", "dz/anims/workspaces/player/player_main/weapons/player_main_m72law.asi", launcherItemBehaviour);
pType.AddItemInHandsProfile("LAWBase", "dz/anims/workspaces/player/player_main/weapons/player_main_m72law.asi", launcherItemBehaviour); pType.AddItemInHandsProfile("M203Base", "dz/anims/workspaces/player/player_main/weapons/player_main_m72law.asi", launcherItemBehaviour); pType.AddItemInHandsProfile("RPG7Base", "dz/anims/workspaces/player/player_main/weapons/player_main_m72law.asi", launcherItemBehaviour);
Ammunition
Boxes
Loose Rounds
light
magazine
muzzle
optic
support
Explosives
Tools
Tools two handed
Camping
Camping 1handed
Camping 2handed
Camping heavy
Vehicles
Vehicles 1handed
Vehicles 2handed
Vehicles Heavy
Vehicles heavy
Hatchback
v3s
sedan
sedan_02
offroad_02
Consumables
Consumables two handed
Containers
Containers - 2handed
Containers - Heavy
Cooking
Cooking two handed
Crafting
Crafting 2hd
Cultivation
Drinks
Food
Food animal corpses
Food cans
Food fruits
Food meats
Food mushrooms
Food basic
Medical
Medical two handed
Navigation
Optic
Radio
Radio heavy
Traps
Traps two handed
Clothes
Headgear
Belts
Gloves
Shoe
Vest
Clothing attachments (holsters, plates)
Others
Restrained items
Surrender items (dummy!)
custom one handed
custom two handed
custom pole arms
custom restrained
custom surrender - really needed?
custom heavy
custom behaviours
===========================================================
===========================================================
Definition at line 333 of file dayzplayercfgbase.c.
void RegisterArcheryItem | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterCustom | ( | DayZPlayerType | pType | ) |
class DayzPlayerItemBehaviorCfg extends HumanItemBehaviorCfg RegisterEmptyHanded | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterFireArms | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterHeavy | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterLauncher | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterOneHanded | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterPistol | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterPoleArms | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterRestrained | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterSurrender | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterTwoHanded | ( | DayZPlayerType | pType, |
DayzPlayerItemBehaviorCfg | pBehavior | ||
) |
void RegisterEmptyHanded::SetEmptyHanded | ( | ) |
Definition at line 103 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetFirearms | ( | ) |
Definition at line 88 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetHeavyItems | ( | ) |
Definition at line 179 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetIKPoleArms | ( | ) |
Definition at line 58 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetIKTwoHanded | ( | ) |
Definition at line 45 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetPistols | ( | ) |
Definition at line 71 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetPoleArms | ( | ) |
Definition at line 193 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetRestrained | ( | ) |
Definition at line 145 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetSurrender | ( | ) |
Definition at line 163 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetToolsOneHanded | ( | ) |
Definition at line 131 of file dayzplayercfgbase.c.
void RegisterEmptyHanded::SetTwoHanded | ( | ) |
Definition at line 117 of file dayzplayercfgbase.c.
class DayZPlayerTypeUtils EMPTYHANDED |
class DayZPlayerTypeUtils FIREARMS |
class DayZPlayerTypeUtils HEAVY |
class DayZPlayerTypeUtils ONEHANDED |
class DayZPlayerTypeUtils PISTOLS |
class DayZPlayerTypeUtils POLEARMS |
class DayZPlayerTypeUtils TWOHANDED |