![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Private Member Functions | |
| static int | GenerateBloodType () |
| static string | GetBloodTypeName (int bloodtype, out string type, out bool positive) |
| static bool | MatchBloodCompatibility (int bloodtypetarget, int bloodtype) |
Static Private Attributes | |
| static const int | NUM_OF_BLOOD_TYPES = 8 |
Definition at line 1 of file bloodtype.c.
|
inlinestaticprivate |
Definition at line 7 of file bloodtype.c.
References LIQUID_BLOOD_0_N, LIQUID_BLOOD_0_P, LIQUID_BLOOD_A_N, LIQUID_BLOOD_A_P, LIQUID_BLOOD_AB_N, LIQUID_BLOOD_AB_P, LIQUID_BLOOD_B_N, LIQUID_BLOOD_B_P, NUM_OF_BLOOD_TYPES, and Math::RandomInt().
Referenced by PlayerStatsPCO_Base::Init().
Definition at line 89 of file bloodtype.c.
References LIQUID_BLOOD_0_N, LIQUID_BLOOD_0_P, LIQUID_BLOOD_A_N, LIQUID_BLOOD_A_P, LIQUID_BLOOD_AB_N, LIQUID_BLOOD_AB_P, LIQUID_BLOOD_B_N, and LIQUID_BLOOD_B_P.
Referenced by RecipeBase::Do(), ActionTestBloodTarget::OnFinishProgressClient(), Hud::UpdateBloodName(), UIScriptedMenu::UpdateItemInfoLiquidType(), and HudDebugWinBase::UpdateValues().
Definition at line 39 of file bloodtype.c.
References LIQUID_BLOOD_0_N, LIQUID_BLOOD_0_P, LIQUID_BLOOD_A_N, LIQUID_BLOOD_A_P, LIQUID_BLOOD_AB_N, LIQUID_BLOOD_AB_P, LIQUID_BLOOD_B_N, LIQUID_BLOOD_B_P, and Debug::Log().
Referenced by CAContinuousQuantityBloodTransfer::CalcAndSetQuantity(), ActionGiveBloodSelf::OnEndServer(), and ActionGiveBloodTarget::OnEndServer().
|
staticprivate |
Definition at line 3 of file bloodtype.c.
Referenced by GenerateBloodType().