Games::AssaultCube::Log::Line::Base::GameMode - The GameMode role for subclasses
ABSTRACT
This module provides the GameMode role for subclasses.
DESCRIPTION
This module provides the GameMode role for subclasses. This is the AssaultCube game mode.
Attributes
Those attributes are part of the role, and will be applied to subclasses that use this.
gamemode
The numeric AssaultCube gamemode ( look at Games::AssaultCube::Utils for more info )
P.S. It's better to use the gamemode_fullname or gamemode_name accessors
gamemode_name
The gamemode name ( CTF, TDM, etc )
gamemode_fullname
The full gamemode name ( "capture the flag", "team one shot one kill", etc )
AUTHOR
Apocalypse <apocal@cpan.org>
Props goes to the BS clan for the support!
This project is sponsored by http://cubestats.net
COPYRIGHT AND LICENSE
Copyright 2009 by Apocalypse
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.