m (Bot remove DisplayTitle and Redirect) Tags: Removed redirect Reverted |
m (Pywikibot 10.3.1) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT [[Check Altitude]] | |||
[[Category:Data:Storage:instruction]] | [[Category:Data:Storage:instruction]] | ||
<noinclude> | {{DISPLAYTITLE:Check Altitude}}<noinclude> | ||
{{DataInstruction | {{DataInstruction | ||
|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 | ||
|explaination = Branches execution based on the altitude of the unit. Defaults to the unit the behavior is equipped on | |||
<img image="Main/textures/behaviors/check_altitude.png"/> | |||
Optional parameter <hl>Target</> can specify a different unit to check. As extra pin becomes available for when the unit is not visible to you | |||
|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 = | ||
Line 36: | Line 41: | ||
|argsDescription7 = | |argsDescription7 = | ||
|argsDataType7 = | |argsDataType7 = | ||
|argsType8 = | |||
|argsName8 = | |||
|argsDescription8 = | |||
|argsDataType8 = | |||
|argsType9 = | |||
|argsName9 = | |||
|argsDescription9 = | |||
|argsDataType9 = | |||
|argsType10 = | |||
|argsName10 = | |||
|argsDescription10 = | |||
|argsDataType10 = | |||
|argsType11 = | |||
|argsName11 = | |||
|argsDescription11 = | |||
|argsDataType11 = | |||
}}{{DataTableIndex | }}{{DataTableIndex | ||
|storedTable=instruction | |storedTable=instruction | ||
|name=Check Altitude | |name=Check Altitude | ||
}}</noinclude> | }}</noinclude> |