Announcement

Collapse
No announcement yet.

Suggestions about DX Drawing and a Utility function.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Suggestions about DX Drawing and a Utility function.

    Hello, I have 2 suggestions to make:

    1. In the functions like: DrawRect and DrawBox there should be a 5th argument that allows the developer to change the color of the element without using SetDrawColor because it would make it easier to use these functions in my opinion.

    2. Maybe add a function that gives us performance information about each package. You call it and it returns a table with all the packages and information about them like: time in milliseconds it took to process, the usage in %, memory stuff and maybe network as well so we can see if there are any performance modifications that we can do to have the fastest scripts.
    Last edited by FlyingFork; 05-17-2021, 05:01 PM.

    #2
    If the first suggestion is harder to make maybe a GetDrawColor function could be added

    Comment

    Working...
    X