Skip to content

Abilities

Webmilio edited this page Feb 19, 2019 · 5 revisions

What Are Abilities

Abilities are the things you unlock after leveling up a Primary Attributes. You can make your own Abilities by extending the Ability class. The class contains a bunch of methods which you can override. These methods are called when their appropriate ModPlayer methods are called.

The class has the following methods:

  • You can find them out by using Intellisense, the class will be updated with all the different ModPlayer hooks.

For an example on its usage, check here!

Clone this wiki locally