[DEV SERVER] Loading description...
Caveats
Parameters
GlobalVariableaUpdateGlobal
CK Wiki Description
The global on the quest whose cached value should be reset to its current value.
Examples
; Sets the side quest stage to 10 - and logs a message if it succeeds
if (!UpdateCurrentInstanceGlobal(GameHour))
Debug.Trace("Failed to update GameHour value for quest")
endIfAuto-Generated Example
GlobalVariable myGlobalVariable__aUpdateGlobal
bool returnedValue = myQuest__toCallFunctionOn.UpdateCurrentInstanceGlobal(myGlobalVariable__aUpdateGlobal)Related Pages
- Quest
- Quest.ModObjectiveGlobal(...)
