d0p3t / fivem-js

Javascript and Typescript wrapper for the FiveM natives API
https://d0p3t.nl
Other
143 stars 57 forks source link

Added support to Decors in Entity #70

Closed SuelTheDev closed 2 years ago

SuelTheDev commented 2 years ago

Added support for Decorate, both as static methods provided by the Decor class, when addition associated with Entity, such as

entity.SetFloat(15.0) entity.DecorExists("initial")

and more...