Main menu:
All programming languages have different types of variables, such as CHARs, INTs, and STRINGs. MMFusion provides access and manipulation to three basic variable types; Bits (called flags), Strings, and Integers. This tutorial explains these types and noteworthy properties of each type. You will also explore the definition and usage of Global Variables, various restrictions placed on all MMFusion variables, and when you may access variables.
Quick Links:
Global Variables | Alterable Variables | |||||
Type | Global Values | Global Strings | Alterable Values | Alterable Strings | Object Flags | |
Number Available | ∞ | ∞ | build b281.1 and lower | build b281.2 and higher | 10 | 32 |
26 | ∞ | |||||
Edittime Access | Yes | Yes | Yes | Yes. Only 26. | Yes | No |
Runtime Access | Yes | Yes | Yes | Yes | Yes |