डिक्लेरेशन
func CreateBuiltInUI(out var createdEntity entity<BuiltInUI>, target entity<Player>, type BuiltInUIType)
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Target | Player | The player entity to which the UI belongs, The UI is only visible to that player |
Type | InternalHudType | Built-in UI type |
आउट
नाम | टाइप | विवरण |
---|---|---|
Created Entity | InternalHud | Built-in UI entity created |