Difference between revisions of "SetGlobalVariable"
Jump to navigation
Jump to search
no edit summary
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the value of a global variable. |name = SetGlobalVariable |returnType = value:float |arguments = {{FunctionArgument |Name =...") |
imported>Jazzisparis |
||
Line 24: | Line 24: | ||
*This function is meant to be used for setting the values of <u>external</u> global variables (i.e. from other mods). You first use [[BuildRef]] and create a reference to the global, on which this function can then be called. | *This function is meant to be used for setting the values of <u>external</u> global variables (i.e. from other mods). You first use [[BuildRef]] and create a reference to the global, on which this function can then be called. | ||
==See Also== | ==See Also== | ||
*[[GetGlobalVariable]] | |||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] |