c2ephp

caos/highlight/DS/Variables.php

Go to the documentation of this file.
00001 <?php
00003 
00005 
00008 class DSCAOSVariables {
00010     public static function GetTokens() {
00011         return array(
00012             //agents
00013             'abba',
00014             'carr',
00015             'cata',
00016             'clac',
00017             'fltx',
00018             'flty',
00019             'fmly',
00020             'from',
00021             'gnus',
00022             'held',
00023             'hght',
00024             'iitt',
00025             'imsk',
00026             'mows',
00027             'mthx',
00028             'mthy',
00029             'null',
00030             'ownr',
00031             'pnts',
00032             'posb',
00033             'posl',
00034             'posr',
00035             'post',
00036             'posx',
00037             'posy',
00038             'spcs',
00039             'wdth',
00040             '_it_',
00041             
00042             //camera
00043             'cmrx',
00044             'cmry',
00045             'wndb',
00046             'wndh',
00047             'wndl',
00048             'wndr',
00049             'wndt',
00050             'wndw',
00051         
00052             //cd player
00053             '_cd_ frqh',
00054             '_cd_ frql',
00055             '_cd_ frqm',
00056         
00057             //compound
00058             'npgs',
00059             
00060             //creatures
00061             'attn',
00062             'bvar',
00063             'byit',
00064             'cage',
00065             'decn',
00066             'dftx',
00067             'dfty',
00068             'drv!',
00069             'expr',
00070             'hhld',
00071             'orgn',
00072             'tage',
00073             'uftx',
00074             'ufty',
00075         
00076             //debug
00077             'code',
00078             'codf',
00079             'codg',
00080             'codp',
00081             'cods',
00082             'paws',
00083             'tack',
00084             'unid',
00085         
00086             //files
00087             'innf',
00088             'inni',
00089             'innl',
00090             'inok',
00091             
00092             //input
00093             'hotp',
00094             'hots',
00095             'mopx',
00096             'mopy',
00097             'movx',
00098             'movy',
00099             'down',
00100             'emid',
00101             'left',
00102             'maph',
00103             'mapw',
00104             'mloc',
00105             'rght',
00106             '_up_',
00107             
00108             //motion
00109             'fall',
00110             'movs',
00111             'velx',
00112             'vely',
00113             'wall',
00114             
00115             //ports
00116             'prt: itot',
00117             'prt: otot',
00118             
00119             //resources
00120             
00121             //scripts
00122             
00123             //time
00124             'date',
00125             'dayt',
00126             'etik',
00127             'mont',
00128             'msec',
00129             'pace',
00130             'race',
00131             'rtim',
00132             'sean',
00133             'time',
00134             'wtik',
00135             'year',
00136         
00137             //variables
00138             'gnam',
00139             'modu',
00140             'eame',
00141             'name',
00142             'game',
00143             'ufos',
00144             'vmjr',
00145             'vmnr',
00146             '_p1_',
00147             '_p2_',
00148             'null',
00149             
00150             //vehicles
00151             'cabb',
00152             'cabl',
00153             'cabr',
00154             'cabt',
00155             
00156             //world
00157             'nwld',
00158             'wnam',
00159             'wuid',
00160             
00161             //net
00162             'net: erra',
00163             'net: host',
00164             'net: rawe',
00165             'net: user',
00166             'net: what'
00167         );
00168     }
00169 }
00170 
00172 
00173 ?>
 All Classes Files Functions Variables Enumerations