|
void | CreateMarkerPath (string pathEntityName) |
|
SCR_MapMarkerBase | CreateMarkerCustom (string entityName, SCR_EScenarioFrameworkMarkerCustom icon, SCR_EScenarioFrameworkMarkerCustomColor color, string name=string.Empty) |
|
SCR_MapMarkerBase | CreateMarkerCustom (notnull IEntity entity, SCR_EScenarioFrameworkMarkerCustom icon, SCR_EScenarioFrameworkMarkerCustomColor color, string name=string.Empty) |
|
SCR_MapMarkerBase | CreateMarkerMilitary (string entityName, SCR_EScenarioFrameworkMarkerCustom icon, SCR_EScenarioFrameworkMarkerCustomColor color, string name=string.Empty) |
|
SCR_MapMarkerBase | CreateMarkerMilitary (notnull IEntity entity, EMilitarySymbolIdentity factionIdentity, EMilitarySymbolDimension dimension, EMilitarySymbolIcon typeFlags, string name=string.Empty) |
|
void | RegisterMarker (notnull SCR_MapMarkerBase marker, notnull IEntity entity) |
|
void | DeleteMarker (SCR_MapMarkerBase marker) |
|
int | GetQuickslotIndexByPrefab (ResourceName prefabName) |
|
void | ShowHint (int index=0) |
|
void | OnVoiceoverEventFinishedBase (string eventName) |
|
void | HintGamepad (bool isSilent=false) |
|
void | HintKeyboard (bool isSilent=false) |
|
void | DelayedPopup (string text="", string subtitle="", float duration=SCR_PopUpNotification.DEFAULT_DURATION, string param1="", string param2="", string subtitleParam1="", string subtitleParam2="") |
|
void | OnStageFinished () |
|
bool | CheckWaypoints () |
|
int | GetSuppliesInInventory () |
|
float | m_fTimer |
|
float | m_fStageTimer |
|
float | m_fConditionCheckPeriod = 0.25 |
|
float | m_fDuration |
|
float | m_fDelay |
|
float | m_fWaypointCompletionRadius = 1 |
|
bool | m_bShowWaypoint = true |
|
bool | m_bCheckWaypoint = true |
|
bool | m_bConditionCheckOnSetDuration |
|
bool | m_bAutoShowHint = true |
|
bool | m_bInstantConditionCheck |
|
string | m_sLastFinishedEvent |
|
float | m_fStartTimestamp |
|
string | m_sHintSoundEvent |
|
SCR_Waypoint | m_ReachedWaypoint |
|
ChimeraCharacter | m_Player |
|
ref array< SCR_Waypoint > | m_aStageWaypoints |
|
SCR_TutorialGamemodeComponent | m_TutorialComponent |
|
bool | m_bFinished |
|
Resource | m_HintsConfig |
|
SCR_TutorialStageInfo | m_StageInfo |
|
SCR_BaseTutorialCourseLogic | m_Logic |
|