7. Shortcuts¶
The framework provides a number of shortcuts for commonly used functions. The following shortcuts are available:
- L(key)¶
- Equivalent to Locale.LocalString().
- R(itemName)¶
- Equivalent to Resource.ExternalPath().
- S(itemName)¶
- Equivalent to Resource.SharedExternalPath().
- E(string)¶
- Equivalent to String.Encode().
- D(string)¶
- Equivalent to String.Decode().