Tile - To Number – Ylands
Category: Instructions
|  (Created page with "Image:Ylands_Tile_-_To_number.png *Converts '''string number''' to '''regular number'''.   ---- {{Ylands...") | Lou Montana (talk | contribs)  m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") | ||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| [[ | <!--- | ||
| THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
| --> | |||
| == To Number(Text) == | |||
| [[File:YlandsTile-329.png]] | |||
| <pre>function Number(text: any): number;</pre> | |||
| === Parameters === | |||
| ==== text ==== | |||
| Text to convert | |||
| === Returns === | |||
| '''number''' | |||
| === Availability === | |||
| [[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
| === Description === | |||
| Converts '''string number''' to '''regular number'''. | |||
| ---- | ---- | ||
| {{Ylands  | {{Navbox/Ylands}} | ||
| {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | |||
| [[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:24, 24 November 2023
To Number(Text)
function Number(text: any): number;
Parameters
text
Text to convert
Returns
number
Availability
Client, Server, Custom Controller
Description
Converts string number to regular number.
 
	