Scripting, Code & Interaction: Difference between revisions
Jump to navigation
Jump to search
m
→Creating your own custom functions
Line 221: | Line 221: | ||
int x = Sum(24,61); | int x = Sum(24,61); | ||
...will set '''x''''s value to 85 (the sum of 24 and 61, as calculated in the function). That's all there is to it! | ...will set '''x''' 's value to 85 (the sum of 24 and 61, as calculated in the function). That's all there is to it! | ||
==Defining custom hotkeys and shortcuts== | ==Defining custom hotkeys and shortcuts== |