NAME
Games::Framework::RCP::Database::Result::VarReal
VERSION
0.21
DESCRIPTION
The vars real table contains a list of real number variables, or flags, that Game Masters may wish to toggle at certain points during the battle. Each variable offers different effects.
Note that this table requires the use of a driver program in order to be effective.
DATABASE TABLE
List of real (double/float) variables.
id_variable
This is the primary key of the table, using the traditional auto incrementing.
name
This accepts 64 characters to identify a variable name. Needless to say, these must be unique.
value
This is the value of the given variable name.
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-VarReal. 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::VarReal
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-VarReal
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Games-Framework-RCP-Database-Result-VarReal
CPAN Ratings
http://cpanratings.perl.org/d/Games-Framework-RCP-Database-Result-VarReal
Search CPAN
http://search.cpan.org/dist/Games-Framework-RCP-Database-Result-VarReal/
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.