- Found in:
- Vanilla
Description
Wiki Description
Modifies the value of the global variable in a thread-safe way (value can't change between read and write of the global), and returns the new value.
Documentation Comment
the threadsafe way to modify a global variable
Parameters
floatafHowMuch
CK Wiki Description
How much to adjust the global by
Examples
No human-generated examples found for this function.
Auto-Generated Example
float myFloat__afHowMuch
float returnedValue = myGlobalVariable__toCallFunctionOn.Mod(myFloat__afHowMuch)