Tile - YItem - Set Tradeable – Ylands
Category: Instructions
|  (Created page with "  ---- {{Ylands scripting navbox}} {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}  Category: Instructions Category: Ylands 0.12") | 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. | |||
| --> | |||
| == Set Tradeable(Entity, Value) == | |||
| [[File:YlandsTile-1085.png]] | |||
| <pre>static setTradeable(target: YEntity, value: boolean): void;</pre> | |||
| === Parameters === | |||
| ==== target ==== | |||
| Target entity | |||
| ==== value ==== | |||
| Is tradeable (bool) | |||
| === Availability === | |||
| [[Ylands:Tile Availability - Server|Server]] | |||
| === Description === | |||
| Allows to set whenever target '''item''' can be '''traded'''. | |||
| ---- | ---- | ||
| {{Ylands  | {{Navbox/Ylands}} | ||
| {{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
| [[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:27, 24 November 2023
Set Tradeable(Entity, Value)
static setTradeable(target: YEntity, value: boolean): void;
Parameters
target
Target entity
value
Is tradeable (bool)
Availability
Description
Allows to set whenever target item can be traded.
 
	