Tile - YMath - Clamp – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with " ---- {{Ylands scripting navbox}}")
 
No edit summary
Line 1: Line 1:
[[Image:Ylands_Tile_-_Math_clamp.png]]
*This instruction will '''clamp''' input [[Ylands Tile - Number literal|'''number''']] between '''0''' and '''1''' (included).


[[Image:Ylands_Tile_-_Math_clamp2.png]]
*This instruction will '''clamp''' input [[Ylands Tile - Number literal|'''number''']] between a '''minimum''' and '''maximum''' value (included).


----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}

Revision as of 16:11, 14 December 2018

Ylands Tile - Math clamp.png

  • This instruction will clamp input number between 0 and 1 (included).


Ylands Tile - Math clamp2.png

  • This instruction will clamp input number between a minimum and maximum value (included).

Template:Ylands scripting navbox