Difference between revisions of "Mod - GlobalVariable"
Jump to navigation
Jump to search
→Syntax
imported>JustinOther m (→Examples: Floatified afHowMuch) |
imported>Thingy Person (→Syntax) |
||
Line 8: | Line 8: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
float Function Mod(float afHowMuch) | float Function Mod(float afHowMuch) | ||
Value += afHowMuch | |||
Return Value | |||
EndFunction | |||
</source> | </source> | ||