|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtual |
Allows you to make things happen when the buff icon is right-clicked. Return false to prevent the buff from being cancelled.
| type | The buff type |
| buffIndex | The index in Main.LocalPlayer.buffType and .buffTime of the buff |
true for allowing the buff to be cancelled, false to prevent the buff from being cancelledDefinition at line 105 of file GlobalBuff.cs.