Destroy Equipment

Items
सर्वर साइड
क्राफ्टलैंड स्टूडियो मोबाइल और पीसी दोनों पर उपलब्ध है

Destroys the weapon in the player's specified slot

डिक्लेरेशन

func DestroyEquipment(target entity<Player>, slot EquipmentType, count int, out var isSuccess bool)
go

पैरामीटर्स

इनपुट

नाम टाइप विवरण
Target Player Target Player
Slot EquipSlotType Weapon slot to destroy
Count Int The number to destroy

आउट

नाम टाइप विवरण
Is Success Bool Whether the destruction is successful. If there is no weapon equipped in the weapon slot, the destruction will fail.