TeamUlysses / ulx

ULX: A powerful administration addon for Garry's Mod
https://ulyssesmod.net
Other
163 stars 73 forks source link

Expose ragdoll functions #204

Closed brandonsturgeon closed 2 years ago

brandonsturgeon commented 2 years ago

This is a quick PR that exposes the actual ragdoll functions on the ulx table.

Use case is simple; in other addons I want to use ULX's ragdoll functionality without using the ulx command function (e.g. I want to print my own message).

This should be fully backwards compatible.

Not sure if this should target master or Experimental - please advise.

zpetty33 commented 2 years ago

Please don't increment the version number in PR's. We do that when we "release" a version, which involves packing it up and pushing it to workshop.

zpetty33 commented 2 years ago

Also, just assume all PRs go to master. Experimental is for potentially breaking large changes and overhauls.

brandonsturgeon commented 2 years ago

Please don't increment the version number in PR's. We do that when we "release" a version, which involves packing it up and pushing it to workshop.

Understood - but if I add a new hook, for example, how do I write the in-code docs/changelog without incrementing the version number?

Also, just assume all PRs go to master. Experimental is for potentially breaking large changes and overhauls.

👍

zpetty33 commented 2 years ago

Just use the version number that it currently is set to. v3.81 currently. All changes will be 3.81 until we "release" v3.81.