DIFF

class DayZIntroSceneXboxSource

DayZIntroSceneXbox Managed

All members, including inherited

Constructors 2

Members 24

protected bool m_IsCharFemale
protected int m_LastPlayedCharacterID
protected ref TStringArray m_genderList
protected ref TStringArray m_CharPersonalityMaleList
protected ref TStringArray m_CharPersonalityFemaleList
protected ref TStringArray m_CharShirtList
protected ref TStringArray m_CharPantsList
protected ref TStringArray m_CharShoesList
protected ref TStringArray m_AllCharacters
protected ref IntroSceneCharacter m_Character
protected Camera m_SceneCamera
protected Weather m_Weather
Referenced by DayZIntroSceneXbox()
protected Object m_Clutter
Referenced by DayZIntroSceneXbox()
protected vector m_CharacterPos
protected vector m_CharacterDir
protected ref TIntArray m_Date = new TIntArray
protected ref MenuCarEngineSmoke m_FXParticleCarSmoke
protected ref MenuEvaporation m_FXParticleStreamLeft
protected ref MenuEvaporation m_FXParticleStreamRight
ref Timer m_TimerUpdate = new Timer( CALL_CATEGORY_GAMEPLAY )
ref Timer m_TimerParticle = new Timer( CALL_CATEGORY_GAMEPLAY )
ref Timer m_TimerDate = new Timer( CALL_CATEGORY_GAMEPLAY )
Referenced by ~DayZIntroSceneXbox()
ref Timer m_TimerClientUpdate = new Timer( CALL_CATEGORY_GAMEPLAY )

Methods 18

protected void SetInitPostprocesses()
void SetupDate()
void CheckXboxClientUpdateLoopStart()
Referenced by DayZIntroSceneXbox()
void CheckXboxClientUpdateLoopStop()
Referenced by ~DayZIntroSceneXbox()
bool CheckXboxClientUpdate()
protected Camera CameraCreate(vector cam_pos, float cam_rot_h, float cam_rot_v, float cam_fov, float cam_focus_dist, float cam_focus_strg)
Referenced by DayZIntroSceneXbox()
Camera GetCamera()
References m_SceneCamera
void ResetIntroCamera()
void SetCharacterFemale(bool fem)
References m_IsCharFemale
bool IsCharacterFemale()
References m_IsCharFemale
vector SnapToGround(vector pos)
References CGame.SurfaceY(), and Vector()