Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
DayZIntroSceneXbox Class Reference
Inheritance diagram for DayZIntroSceneXbox:
Managed

Protected Member Functions

void DayZIntroSceneXbox ()
 
void ~DayZIntroSceneXbox ()
 
void SetInitPostprocesses ()
 
IntroSceneCharacter GetIntroCharacter ()
 
void SetupCharacter ()
 
void SetupParticles ()
 
void SetupDate ()
 
void CheckXboxClientUpdateLoopStart ()
 
void CheckXboxClientUpdateLoopStop ()
 
bool CheckXboxClientUpdate ()
 
Camera CameraCreate (vector cam_pos, float cam_rot_h, float cam_rot_v, float cam_fov, float cam_focus_dist, float cam_focus_strg)
 
Camera GetCamera ()
 
void ResetIntroCamera ()
 
void SetCharacterFemale (bool fem)
 
bool IsCharacterFemale ()
 
void CreateRandomCharacter ()
 
void UpdateSelectedUserName ()
 
void UpdateCharacterPos ()
 
void SaveCharName (string name)
 
vector SnapToGround (vector pos)
 

Protected Attributes

bool m_IsCharFemale
 
int m_LastPlayedCharacterID
 
ref TStringArray m_genderList
 
ref TStringArray m_CharPersonalityMaleList
 
ref TStringArray m_CharPersonalityFemaleList
 
ref TStringArray m_CharShirtList
 
ref TStringArray m_CharPantsList
 
ref TStringArray m_CharShoesList
 
ref TStringArray m_AllCharacters
 
ref IntroSceneCharacter m_Character
 
Camera m_SceneCamera
 
Weather m_Weather
 
Object m_Clutter
 
vector m_CharacterPos
 
vector m_CharacterDir
 
ref TIntArray m_Date = new TIntArray
 
MenuData m_MenuData
 
ref MenuCarEngineSmoke m_FXParticleCarSmoke
 
ref MenuEvaporation m_FXParticleStreamLeft
 
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 )
 
ref Timer m_TimerClientUpdate = new Timer( CALL_CATEGORY_GAMEPLAY )
 

Detailed Description

Definition at line 1 of file dayzintroscenexbox.c.

Constructor & Destructor Documentation

◆ DayZIntroSceneXbox()

void DayZIntroSceneXbox::DayZIntroSceneXbox ( )
protected

Definition at line 36 of file dayzintroscenexbox.c.

◆ ~DayZIntroSceneXbox()

void DayZIntroSceneXbox::~DayZIntroSceneXbox ( )
protected

Definition at line 116 of file dayzintroscenexbox.c.

Member Function Documentation

◆ CameraCreate()

Camera DayZIntroSceneXbox::CameraCreate ( vector cam_pos,
float cam_rot_h,
float cam_rot_v,
float cam_fov,
float cam_focus_dist,
float cam_focus_strg )
protected

Definition at line 256 of file dayzintroscenexbox.c.

◆ CheckXboxClientUpdate()

bool DayZIntroSceneXbox::CheckXboxClientUpdate ( )
protected

Definition at line 248 of file dayzintroscenexbox.c.

◆ CheckXboxClientUpdateLoopStart()

void DayZIntroSceneXbox::CheckXboxClientUpdateLoopStart ( )
protected

Definition at line 224 of file dayzintroscenexbox.c.

◆ CheckXboxClientUpdateLoopStop()

void DayZIntroSceneXbox::CheckXboxClientUpdateLoopStop ( )
protected

Definition at line 235 of file dayzintroscenexbox.c.

◆ CreateRandomCharacter()

void DayZIntroSceneXbox::CreateRandomCharacter ( )
protected

Definition at line 301 of file dayzintroscenexbox.c.

◆ GetCamera()

Camera DayZIntroSceneXbox::GetCamera ( )
protected

Definition at line 269 of file dayzintroscenexbox.c.

◆ GetIntroCharacter()

IntroSceneCharacter DayZIntroSceneXbox::GetIntroCharacter ( )
protected

Definition at line 168 of file dayzintroscenexbox.c.

◆ IsCharacterFemale()

bool DayZIntroSceneXbox::IsCharacterFemale ( )
protected

Definition at line 293 of file dayzintroscenexbox.c.

◆ ResetIntroCamera()

void DayZIntroSceneXbox::ResetIntroCamera ( )
protected

Definition at line 277 of file dayzintroscenexbox.c.

◆ SaveCharName()

void DayZIntroSceneXbox::SaveCharName ( string name)
protected

Definition at line 345 of file dayzintroscenexbox.c.

◆ SetCharacterFemale()

void DayZIntroSceneXbox::SetCharacterFemale ( bool fem)
protected

Definition at line 285 of file dayzintroscenexbox.c.

◆ SetInitPostprocesses()

void DayZIntroSceneXbox::SetInitPostprocesses ( )
protected

Definition at line 156 of file dayzintroscenexbox.c.

◆ SetupCharacter()

void DayZIntroSceneXbox::SetupCharacter ( )
protected

Definition at line 176 of file dayzintroscenexbox.c.

◆ SetupDate()

void DayZIntroSceneXbox::SetupDate ( )
protected

Definition at line 215 of file dayzintroscenexbox.c.

◆ SetupParticles()

void DayZIntroSceneXbox::SetupParticles ( )
protected

Definition at line 189 of file dayzintroscenexbox.c.

◆ SnapToGround()

vector DayZIntroSceneXbox::SnapToGround ( vector pos)
protected

Definition at line 361 of file dayzintroscenexbox.c.

◆ UpdateCharacterPos()

void DayZIntroSceneXbox::UpdateCharacterPos ( )
protected

Definition at line 336 of file dayzintroscenexbox.c.

◆ UpdateSelectedUserName()

void DayZIntroSceneXbox::UpdateSelectedUserName ( )
protected

Definition at line 320 of file dayzintroscenexbox.c.

Member Data Documentation

◆ m_AllCharacters

ref TStringArray DayZIntroSceneXbox::m_AllCharacters
protected

Definition at line 12 of file dayzintroscenexbox.c.

◆ m_Character

ref IntroSceneCharacter DayZIntroSceneXbox::m_Character
protected

Definition at line 14 of file dayzintroscenexbox.c.

◆ m_CharacterDir

vector DayZIntroSceneXbox::m_CharacterDir
protected

Definition at line 19 of file dayzintroscenexbox.c.

◆ m_CharacterPos

vector DayZIntroSceneXbox::m_CharacterPos
protected

Definition at line 18 of file dayzintroscenexbox.c.

◆ m_CharPantsList

ref TStringArray DayZIntroSceneXbox::m_CharPantsList
protected

Definition at line 10 of file dayzintroscenexbox.c.

◆ m_CharPersonalityFemaleList

ref TStringArray DayZIntroSceneXbox::m_CharPersonalityFemaleList
protected

Definition at line 8 of file dayzintroscenexbox.c.

◆ m_CharPersonalityMaleList

ref TStringArray DayZIntroSceneXbox::m_CharPersonalityMaleList
protected

Definition at line 7 of file dayzintroscenexbox.c.

◆ m_CharShirtList

ref TStringArray DayZIntroSceneXbox::m_CharShirtList
protected

Definition at line 9 of file dayzintroscenexbox.c.

◆ m_CharShoesList

ref TStringArray DayZIntroSceneXbox::m_CharShoesList
protected

Definition at line 11 of file dayzintroscenexbox.c.

◆ m_Clutter

Object DayZIntroSceneXbox::m_Clutter
protected

Definition at line 17 of file dayzintroscenexbox.c.

◆ m_Date

ref TIntArray DayZIntroSceneXbox::m_Date = new TIntArray
protected

Definition at line 20 of file dayzintroscenexbox.c.

◆ m_FXParticleCarSmoke

ref MenuCarEngineSmoke DayZIntroSceneXbox::m_FXParticleCarSmoke
protected

Definition at line 24 of file dayzintroscenexbox.c.

◆ m_FXParticleStreamLeft

ref MenuEvaporation DayZIntroSceneXbox::m_FXParticleStreamLeft
protected

Definition at line 25 of file dayzintroscenexbox.c.

◆ m_FXParticleStreamRight

ref MenuEvaporation DayZIntroSceneXbox::m_FXParticleStreamRight
protected

Definition at line 26 of file dayzintroscenexbox.c.

◆ m_genderList

ref TStringArray DayZIntroSceneXbox::m_genderList
protected

Definition at line 6 of file dayzintroscenexbox.c.

◆ m_IsCharFemale

bool DayZIntroSceneXbox::m_IsCharFemale
protected

Definition at line 3 of file dayzintroscenexbox.c.

◆ m_LastPlayedCharacterID

int DayZIntroSceneXbox::m_LastPlayedCharacterID
protected

Definition at line 4 of file dayzintroscenexbox.c.

◆ m_MenuData

MenuData DayZIntroSceneXbox::m_MenuData
protected

Definition at line 22 of file dayzintroscenexbox.c.

◆ m_SceneCamera

Camera DayZIntroSceneXbox::m_SceneCamera
protected

Definition at line 15 of file dayzintroscenexbox.c.

◆ m_TimerClientUpdate

ref Timer DayZIntroSceneXbox::m_TimerClientUpdate = new Timer( CALL_CATEGORY_GAMEPLAY )
protected

Definition at line 31 of file dayzintroscenexbox.c.

◆ m_TimerDate

ref Timer DayZIntroSceneXbox::m_TimerDate = new Timer( CALL_CATEGORY_GAMEPLAY )
protected

Definition at line 30 of file dayzintroscenexbox.c.

◆ m_TimerParticle

ref Timer DayZIntroSceneXbox::m_TimerParticle = new Timer( CALL_CATEGORY_GAMEPLAY )
protected

Definition at line 29 of file dayzintroscenexbox.c.

◆ m_TimerUpdate

ref Timer DayZIntroSceneXbox::m_TimerUpdate = new Timer( CALL_CATEGORY_GAMEPLAY )
protected

Definition at line 28 of file dayzintroscenexbox.c.

◆ m_Weather

Weather DayZIntroSceneXbox::m_Weather
protected

Definition at line 16 of file dayzintroscenexbox.c.


The documentation for this class was generated from the following file: