Do initialization and track variables for scripts.
More...
|
| __event | OnInit () |
| |
|
__event | OnReset () |
| |
|
__event | OnUpdate () |
| |
|
__event | OnGameReload () |
| |
|
__event | OnUpkeepState (string eventName, string strArg, float numArg, Form sender) |
| |
|
__event | OnShutdown (string eventName, string strArg, float numArg, Form sender) |
| |
| | DoUpkeep (Bool DelayedStart=True) |
| |
|
| DoInit () |
| |
|
| DoUpgrade () |
| |
|
| CheckCompatibilityModules (Bool abReset=False) |
| |
|
__event | OnCompatReport (String asName, Form akSender, Bool abRequired, Bool abEnabled) |
| |
|
| AbortStartup (String asAbortReason="None specified") |
| |
|
| DoShutdown (Bool abClearData=False) |
| |
|
Bool | CheckDependencies () |
| |
|
| UpdateConfig () |
| |
|
Int | GetVersionInt (Int iMajor, Int iMinor, Int iPatch) |
| |
|
String | GetVersionString (Int iVersion) |
| |
|
| CheckForExtras () |
| |
|
| DebugTrace (String sDebugString, Int iSeverity=0) |
| |
| __event | OnGameReload () |
| |
|
| Actor | PlayerRef |
| |
|
Bool | Ready = False |
| |
|
Float | ModVersion |
| |
|
Int | ModVersionInt |
| |
|
Int | ModVersionMajor |
| |
|
Int | ModVersionMinor |
| |
|
Int | ModVersionPatch |
| |
|
String | ModName = "SuperStash" |
| |
|
Message | vSS_ModLoadedMSG |
| |
|
Message | vSS_ModUpdatedMSG |
| |
|
Message | vSS_ModShutdownMSG |
| |
| vSS_StashManager | StashManager |
| |
| GlobalVariable | vSS_CFG_Changed |
| |
|
GlobalVariable | vSS_CFG_Shutdown |
| |
|
GlobalVariable | vSS_WaitForMQ |
| |
| Float | _CurrentVersion |
| |
|
Int | _iCurrentVersion |
| |
|
String | _sCurrentVersion |
| |
|
Bool | _ShowedSKSEWarning = False |
| |
|
Bool | _ShowedJContainersWarning = False |
| |
|
Bool | _Running |
| |
|
Bool | _bVersionSystemUpdated = False |
| |
|
Int | _iUpkeepsExpected |
| |
|
Int | _iUpkeepsCompleted |
| |
Do initialization and track variables for scripts.
| vSS_MetaQuestScript::DoUpkeep |
( |
Bool |
DelayedStart = True | ) |
|
|
inline |
| __event vSS_MetaQuestScript::OnInit |
( |
| ) |
|
|
inline |
| Float vSS_MetaQuestScript::_CurrentVersion |
| Actor vSS_MetaQuestScript::PlayerRef |
| vSS_StashManager vSS_MetaQuestScript::StashManager |
=== Script properties ===–
| GlobalVariable vSS_MetaQuestScript::vSS_CFG_Changed |
=== Config variables ===–
The documentation for this class was generated from the following file:
- //kodan/verteiron/Papy2Doxy/output/vSS_MetaQuestScript.psc