डिक्लेरेशन
func CreateCustomUI(out var createdEntity entity<CustomUI>, owner entity<Player>, uIID CustomUIID)
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Owner | Player | The player entity to which the UI belongs. The UI is only visible to that player |
UI ID | CustomHudID | Custom UI Index |
आउट
नाम | टाइप | विवरण |
---|---|---|
Created Entity | CustomHud | Created custom UI entity |