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
Current api surface (stable):
xp_redo.get_rank(xp) : returns rank definition xp_redo.get_xp(playername) : returns xp-value xp_redo.add_xp(playername, xp) : adds or subtracts xp points
Less stable:
xp_redo.ranks : List with rank-defs xp_redo.register_rank(rank-def) : adds a rank
Rank-Definition:
{ name="Private Second Class", icon="xp_rank_01_private_second.png", color={r=255, g=245, b=245}, xp=10 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current api surface (stable):
Less stable:
Rank-Definition:
The text was updated successfully, but these errors were encountered: