Merge pull request #3033 from ChrissiQ/fix-documentation-stopaction-add-gym

📝  (TSDoc Definitions) Add gym workout to stopAction actions.
This commit is contained in:
hydroflame 2022-03-01 10:32:59 -05:00 committed by GitHub
commit c5c48a96b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1601,9 +1601,10 @@ export interface Singularity {
* The actions that can be stopped with this function are:
*
* * Studying at a university
* * Working out at a gym
* * Working for a company/faction
* * Creating a program
* * Committing a Crime
* * Committing a crime
*
* This function will return true if the players action was ended.
* It will return false if the player was not performing an action when this function was called.