Tile - YMath - Clamp – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Math clamp to Ylands:Tile - YMath - Clamp: New Structure)
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).
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Clamp(Number, Min, Max) ==


[[File:YlandsTile-213.png]]


[[Image:Ylands_Tile_-_Math_clamp2.png]]
<pre>static clamp(number: number, min: number, max: number): number;</pre>
*This instruction will '''clamp''' input [[Ylands Tile - Number literal|'''number''']] between a '''minimum''' and '''maximum''' values (included).
=== Parameters ===
 
==== number ====
 
==== min ====
 
==== max ====
 
=== Returns ===
 
'''number'''
 
=== Description ===
 
This instruction will '''clamp''' input '''number''' between a '''minimum''' and '''maximum''' values (included).




Line 12: Line 29:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.10]]

Revision as of 09:53, 8 July 2021