Background for Skyrim SE
Member of the GlobalVariable script
floatfunctionGetValue()Native

Description

Wiki Description

Gets the current value of this global object.

Documentation Comment

Obtains the global's current value


Caveats


Examples

; Obtain the current time of day
float timeOfDay = TimeOfDayGlobalProperty.GetValue()

Auto-Generated Example

float returnedValue = myGlobalVariable__toCallFunctionOn.GetValue()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.