![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| 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 0 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 334 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 92 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetFirearms | ( | ) |
Definition at line 77 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetHeavyItems | ( | ) |
Definition at line 168 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetIKPoleArms | ( | ) |
Definition at line 47 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetIKTwoHanded | ( | ) |
Definition at line 34 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetPistols | ( | ) |
Definition at line 60 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetPoleArms | ( | ) |
Definition at line 182 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetRestrained | ( | ) |
Definition at line 134 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetSurrender | ( | ) |
Definition at line 152 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetToolsOneHanded | ( | ) |
Definition at line 120 of file dayzplayercfgbase.c.
| void RegisterEmptyHanded::SetTwoHanded | ( | ) |
Definition at line 106 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 |