Difference between revisions of "GetValueInt - GlobalVariable"
→Syntax
imported>JustinOther m (Added note about expense of this vs. 'GetValue() As Int') |
imported>Thingy Person (→Syntax) |
||
Line 8: | Line 8: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
int Function GetValueInt() | int Function GetValueInt() | ||
return GetValue() as int | |||
endFunction | |||
</source> | </source> | ||