Tile - YCharacter - Is Equipment Slot Locked – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Is Equipment Slot Locked(Character, Slot) == [...")
 
No edit summary
Line 10: Line 10:


==== slot ====
==== slot ====
Target slot


=== Returns ===
=== Returns ===


'''boolean''' True/False
'''boolean''' True/False
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===

Revision as of 12:16, 12 November 2021

Is Equipment Slot Locked(Character, Slot)

YlandsTile-332.png

isEquipmentSlotLocked(slot: YEquipmentSlot): boolean;

Parameters

slot

Target slot

Returns

boolean True/False

Availability

Server

Description

Returns whether the target equipment slot of the target character is locked.

Notes

  • Locked slots do not allow players to equip or remove items.