Background for Skyrim SE
Member of the GlobalVariable script
intfunctionGetValueInt()

Description

Wiki Description

Gets the current value of this global object, cast as an int for convenience.

Documentation Comment

convenience functions for ints


Caveats

CK Wiki - Notes

  • Under the hood, this is 'GetValue() As Int' which is measurably faster.

Examples

; Obtain the current time of day
int timeOfDay = TimeOfDayGlobalProperty.GetValueInt()

Auto-Generated Example

int returnedValue = myGlobalVariable__toCallFunctionOn.GetValueInt()

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.