No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|name = Check Altitude | |name = Check Altitude | ||
|luaId = check_altitude | |luaId = check_altitude | ||
|description = Divert program depending on location of a unit | |description = Divert program depending on location of a unit or coordinate | ||
|category = Unit | |category = Unit | ||
|icon = Compare Values.png | |icon = Compare Values.png | ||
|argsType1 = Input | |argsType1 = Input | ||
|argsName1 = | |argsName1 = Target | ||
|argsDescription1 = The unit to check for (if not self) | |argsDescription1 = The unit or coordinate to check for (if not self) | ||
|argsDataType1 = | |argsDataType1 = coord | ||
|argsType2 = Exec | |argsType2 = Exec | ||
|argsName2 = Valley | |argsName2 = Valley | ||
|argsDescription2 = Where to continue if the unit is in a valley | |argsDescription2 = Where to continue if the unit or coordinate is in a valley | ||
|argsDataType2 = | |argsDataType2 = | ||
|argsType3 = Exec | |argsType3 = Exec | ||
|argsName3 = Plateau | |argsName3 = Plateau | ||
|argsDescription3 = Where to continue if the unit is on a plateau | |argsDescription3 = Where to continue if the unit or coordinate is on a plateau | ||
|argsDataType3 = | |argsDataType3 = | ||
|argsType4 = | |argsType4 = |