NAME
Games::Framework::RCP::Database::Result::HazardWithFlag - Every hazard with all of the possible flags.
VERSION
0.22
DESCRIPTION
The hazards with flags table explains what flags each of the hazards has attached to it. Having certain status effects can make one avoid the hazards if the flags are set properly.
DATABASE TABLE
Every hazard with all of the possible flags.
id_hazard_with_flag
This is the primary key of the table, using the traditional auto incrementing.
fkey_hazard
This ID points to the Hazard table in a many to one mapping. Many flags can be attached to a single hazard.
fkey_hazard_flag
This ID points to the Hazard Costs table in a many to one mapping. Many hazards use the same flag.
SUBROUTINES/METHODS
sqlt_deploy_hook()
sqlt_deploy_hook is used to define the table settings for the various databases.
AUTHOR
Jason Felds, <wolfman.ncsu2000 at gmail.com>
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-Games-Framework-RCP at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Framework-RCP-Database-Result-HazardWithFlag. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Games::Framework::RCP::Database::Result::HazardWithFlag
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Framework-RCP-Database-Result-HazardWithFlag
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Games-Framework-RCP-Database-Result-HazardWithFlag
CPAN Ratings
http://cpanratings.perl.org/d/Games-Framework-RCP-Database-Result-HazardWithFlag
Search CPAN
http://search.cpan.org/dist/Games-Framework-RCP-Database-Result-HazardWithFlag/
ACKNOWLEDGEMENTS
See Games::Framework::RCP for all acknowledgements.
LICENSE AND COPYRIGHT
Copyright 2009 Jason Felds, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.