डिक्लेरेशन
func CreateCustomUIClient(out var createdEntity entity<CustomUI>, uIID CustomUIID)
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
UI ID | CustomHudID | Custom UI Index |
आउट
नाम | टाइप | विवरण |
---|---|---|
Created Entity | CustomHud | Created custom UI entity |
Create a custom UI that will not be synchronized to other clients
func CreateCustomUIClient(out var createdEntity entity<CustomUI>, uIID CustomUIID)
go
नाम | टाइप | विवरण |
---|---|---|
UI ID | CustomHudID | Custom UI Index |
नाम | टाइप | विवरण |
---|---|---|
Created Entity | CustomHud | Created custom UI entity |