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