-
Notifications
You must be signed in to change notification settings - Fork 31
Home
ChiefOfGxBxL edited this page Apr 8, 2018
·
9 revisions
The WC3MapTranslator wiki is a reference sheet for how to utilize the numerous translators in the library.
Refer to the sidebar to read documentation on the translators
When a translator requires you to provide a type, there are four choices:
- String - a series of characters
- Int - a whole number
- Real - signed real number (allows positive/negative)
- Unreal - unsigned real number, aka float (positive values only)
This is typically seen in the Object translator when you're modifying an object's field. For instance, if you want to modify Holy Light's "amount healed", you'll need to specify not only the field name and new value, but also that the type is an unreal.
Made with ❤️ for ⚔️ WarCraft III
Need help: Check the Wiki
Found bug: Create an issue