teamflags.php

Go to the documentation of this file.
00001 <?php
00016 class PPFTeamFlags extends PPFBaseLookup
00017 {
00040     function getLookupArray($from, $to, $ignore=array())
00041     {
00042         static $indexes;
00043 
00044         if($indexes == null)
00045         {
00046             $indexes =  array(  'zbi'=>array(   0,
00047                                                 1,
00048                                                 2,
00049                                                 3,
00050                                                 4,
00051                                                 5,
00052                                                 6,
00053                                                 7,
00054                                                 8),
00055                                                 
00056                                 'bits'=>array(  1,
00057                                                 2,
00058                                                 4,
00059                                                 8,
00060                                                 16,
00061                                                 32,
00062                                                 64,
00063                                                 128,
00064                                                 256),
00065 
00066                                 'words'=>array( 'Race',
00067                                                 'Drift',
00068                                                 'Drag',
00069                                                 'Can Apply',
00070                                                 'Has Host',
00071                                                 'Demo',
00072                                                 'S1',
00073                                                 'S2',
00074                                                 'S3'));
00075         }
00076 
00077         return parent::getLookupArray($indexes, $from, $to, $ignore);
00078     }
00079 }
00080 ?>

Generated on Wed Oct 25 03:13:32 2006 for LFSWorldParsingProviderFramework by  doxygen 1.4.6