Added FACING, which is meant to be used with unit-generating macros.

This commit is contained in:
Steven Panek 2011-09-27 23:10:46 +00:00
parent df05dd0302
commit eefe60f948

View file

@ -183,6 +183,13 @@
[/unit]
#enddef
#define FACING DIRECTION
# Meant to be used as a suffix to a unit-generating macro call.
[+unit]
facing={DIRECTION}
[/unit]
#enddef
#define STORE_UNIT_VAR FILTER VAR TO_VAR_NAME
# Stores an attribute of a unit to the given variable.
#