UI API
Updates the AI's Health Bar color
Updates the AI's Health Bar color.
EmeraldAPI.UI.UpdateUIHealthBarColor(EmeraldSystem EmeraldComponent, Color NewColor)
Update UI Health Bar Background Color
Updates the AI's Health Bar Background color.
EmeraldAPI.UI.UpdateUIHealthBarBackgroundColor(EmeraldSystem EmeraldComponent, Color NewColor)
Update UI Name Color
Updates the AI's Name color.
EmeraldAPI.UI.UpdateUINameColor(EmeraldSystem EmeraldComponent, Color NewColor)
Update UI Name Text
Updates the AI's Name text.
EmeraldAPI.UI.UpdateUINameText(EmeraldSystem EmeraldComponent, string NewName)
Last updated
Was this helpful?