💀
R-ESP
  • LICENSE
  • 🏡Home
    • 👋Introduction
    • ⁉️Usage
    • 🥚Examples
    • 📜To Do
  • 🛠️Utilities
    • 🔨Get Current Camera
    • 🔨Is On Screen
    • 🔨Combine Tables
    • 🔨Deep Copy
    • 🔨Convert V3 -> V2
    • 🔨Calculate Corners
    • 🔨Rotate Vector2
    • 🔨Set Drawing Properties
    • 🔨Create Drawing
  • 🏹ESP Object Classes
    • 🏓Base
      • Constructor
      • Initialise Objects
      • Destroy
      • Update
    • ⚾BoxSquare
      • Data
      • Properties
    • ⚾Tracer
      • Data
      • Properties
    • ⚾Header
      • Data
      • Properties
      • Get Position
    • ⚾Healthbar
      • Data
      • Properties
    • ⚾OffArrow
      • Data
      • Properties
      • Direction
    • ⚾Box3D
      • Data
      • Properties
  • 💿Managers
    • 📀InstanceObject
      • Constructor
      • Get
      • Has
      • Add
      • Render
      • Destroy
      • HeaderOffset
      • Name
      • Weapon
      • Health
      • Distance
    • 📀PlayerManager
      • Constructor
      • Character
      • Add
      • Render
      • Destroy
    • 📀PlayerManagers
      • Constructor
      • Add
      • OnPlayerAdded
      • Destroy
      • InitialiseConnections
      • Initialise
Powered by GitBook
On this page
  • Parameters
  • Return
Edit on GitHub
  1. Utilities

Set Drawing Properties

<DrawEntryDynamic> Utilities.SetDrawingProperties(<DrawEntryDynamic> Object, <table> Properties)

Sets the properties of a drawing object.

Parameters

Name
Description
Type
Default
Optional

Object

The drawing object

DrawEntryDynamic

N/A

Properties

The properties to apply

table

N/A

Return

<DrawEntryDynamic> the object with the properties applied

PreviousRotate Vector2NextCreate Drawing

Last updated 2 years ago

🛠️
🔨