103 g_Game.SetHudBrightness(
g_Game.GetHUDBrightnessSetting());
338 GetGame().GetMenuDefaultCharacterData().SetCharacterName(
name);
345 float pos_x = pos[0];
346 float pos_z = pos[2];
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
Super root of all classes in Enforce script.
vector SnapToGround(vector pos)
ref TStringArray m_CharShirtList
ref Timer m_TimerParticle
Camera CameraCreate(vector cam_pos, float cam_rot_h, float cam_rot_v, float cam_fov, float cam_focus_dist, float cam_focus_strg)
ref TStringArray m_CharPersonalityFemaleList
ref TStringArray m_CharShoesList
ref MenuEvaporation m_FXParticleStreamLeft
void CreateRandomCharacter()
ref TStringArray m_CharPantsList
ref TStringArray m_genderList
void ~DayZIntroSceneXbox()
ref MenuEvaporation m_FXParticleStreamRight
void CheckXboxClientUpdateLoopStart()
ref IntroSceneCharacter m_Character
bool CheckXboxClientUpdate()
void SetInitPostprocesses()
void UpdateCharacterPos()
void UpdateSelectedUserName()
void SaveCharName(string name)
ref TStringArray m_CharPersonalityMaleList
ref Timer m_TimerClientUpdate
void DayZIntroSceneXbox()
int m_LastPlayedCharacterID
IntroSceneCharacter GetIntroCharacter()
void CheckXboxClientUpdateLoopStop()
ref TStringArray m_AllCharacters
void SetCharacterFemale(bool fem)
ref MenuCarEngineSmoke m_FXParticleCarSmoke
void IntroSceneCharacter()
static bool CheckUpdate()
Static component of PPE manager, used to hold the instance.
static PPEManager GetPPEManager()
Returns the manager instance singleton.
Deprecated; 'PPEManager' used instead.
Manager class for managing Effect (EffectParticle, EffectSound)
static int PlayInWorld(notnull Effect eff, vector pos)
Play an Effect.
static void DestroyEffect(Effect effect)
Unregisters, stops and frees the Effect.
proto native Fog GetFog()
Returns a fog phenomenon object.
proto native Rain GetRain()
Returns a rain phenomenon object.
proto native Overcast GetOvercast()
Returns an overcast phenomenon object.
proto vector Normalized()
return normalized vector (keeps orginal vector untouched)
proto native CGame GetGame()
const string DEFAULT_CHARACTER_NAME
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
static proto int RandomInt(int min, int max)
Returns a random int number between and min [inclusive] and max [exclusive].