paissaheavyindustries / Triggernometry

Triggernometry is a plugin for Advanced Combat Tracker, intended to extend its built-in trigger system with a variety of different actions and configuration options.
MIT License
253 stars 48 forks source link

Add "true" modulo numeric function #86

Closed Makar8000 closed 1 year ago

Makar8000 commented 1 year ago

The % operator in C# acts as a remainder function rather than a true modulo function. This PR adds a mod(x, y) function to perform these operations.

The Wiki will need to be updated as well.