We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a mechanism to declare global variables that can be referred to by other rules without duplicating definitions.
We might also have uniform names for referring to the metadata.
Globals:
NUM_PLAYERS
NUM_ELIGIBLE
Per-vote:
NUM_QUORUM
NUM_CAST
NUM_AGAINST
NUM_FOR
AUTHOR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Call To Action
We need a mechanism to declare global variables that can be referred to by other rules without duplicating definitions.
We might also have uniform names for referring to the metadata.
Globals:
NUM_PLAYERS
- number of active players (rule309)NUM_ELIGIBLE
number eligible votersPer-vote:
NUM_QUORUM
number of votes required for quorum to be reached (rule308)NUM_CAST
number of votes cast (rule308)NUM_AGAINST
number negative votesNUM_FOR
number positive votes (rule308)AUTHOR
user that submitted the rule-change proposalThe text was updated successfully, but these errors were encountered: