Terasology / Behaviors

Store for an assortment of behaviors that can be applied to creatures
https://terasology.github.io/Behaviors
6 stars 18 forks source link

refactor: rename checkFleeStopAction -> checkFleeContinueAction #104

Closed Jacob-Rueckert closed 2 years ago

Jacob-Rueckert commented 2 years ago

Changed the name of the Function The Function name was irritating due to it giving a True for a Return. While the Value was used to Continue the Function.

Therefore having the Function named CheckFleeStopAction was irritating and i changed it to CheckFleeContinueAction