Open devpanda0 opened 5 months ago
I think it might be a good idea to also add a ped.freeze()
and a ped.unfreeze()
or ped.freeze(state: boolean)
function.
@devpanda0
I think it might be a good idea to also add a
ped.freeze()
and aped.unfreeze()
orped.freeze(state: boolean)
function. @devpanda0
when then ped.frozen = true/false its then getter and setter in one
What would ped.dumb
in this case?
The other suggestions seem really good :+1:
.dumb()
is not a good method name, add a verb to make it clearer, but even then the name "dumb" is not a good name for an API. Something like ped.disableAI()
would be better
.dumb()
is not a good method name, add a verb to make it clearer, but even then the name "dumb" is not a good name for an API. Something likeped.disableAI()
would be better
Thank you a lot for clarification! :+1:
i have renamed it :)
What is the scope of the api ?
Propose an api design A clear and concise description of what you want to happen.
Those were my thoughts for now. If I think of anything else, I'll add it Code Examples are in TypeScript :)
General Part
Clothing Part
The idea behind this is to ensure that, whether you create your own clothing DLCs or GTA releases an update, the Drawable IDs do not get misaligned. The API automatically calculates the offset when setting a piece of clothing and selects the correct item from the given DLC.