Filter Entity

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

Get all the entities in the game that meet the filter criteria

डिक्लेरेशन

func FilterEntity(must TypeOrTypeList, not TypeOrTypeList, any TypeOrTypeList) List<entity<Entity>>
go

पैरामीटर्स

इनपुट

नाम टाइप विवरण
Must TypeOrListType The filter result must contain the type entered within this parameter
Not TypeOrListType The filter result must not contain the type entered within this parameter
Any TypeOrListType The filter results contain at least one of the types entered within this parameter

वापस

टाइप विवरण
ListT_Entity Filter Resulting Entity List