Skip to content

Class: EspBuilder

Fields

This class has no fields.

Functions

Color(integer:red, integer:green, integer:blue, integer:alpha) Set the color.

Entity GetEntity() Get the current entity.

{x1, y1, x2, y2} GetRect() Get the current rect.

Note

AddText* will add a text at the position specified by the function name.

AddTextTop(string:text)

AddTextBottom(string:text)

AddTextLeft(string:text)

AddTextRight(string:text)

Note

AddBar* will add a bar at the position specified by the function name.

AddBarTop(percentage)

AddBarBottom(percentage)

AddBarLeft(percentage)

AddBarRight(percentage)

Note

AddIcon* will add an icon at the position specified by the function name.

AddIconTop(texture)

AddIconBottom(texture)

AddIconLeft(texture)

AddIconRight(texture)