c2ephp
|
00001 <?php 00003 00005 class C3CAOSCommandVariables { 00007 public static function GetTokens() { 00008 return array( 00009 'attr', 00010 'base', 00011 'bhvr', 00012 'clik', //I have no experience using this, but I think this is right. 00013 'gall', 00014 'hand', 00015 'mira', 00016 'paus', 00017 'plne', 00018 'pose', 00019 'rnge', 00020 'targ', 00021 'tick', 00022 00023 //camera 00024 'meta', 00025 'trck', 00026 'wdow', 00027 00028 //compound 00029 'page', 00030 'ptxt', 00031 00032 //creatures 00033 'aslp', 00034 'dead', 00035 'dirn', 00036 'drea', 00037 'face', 00038 'ins#', 00039 'mind', 00040 'motr', 00041 'norn', 00042 'uncs', 00043 'zomb', 00044 00045 //files 00046 00047 //input 00048 'pure', 00049 00050 //map 00051 'perm', 00052 00053 //motion 00054 'accg', 00055 'admp', 00056 'aero', 00057 'avel', 00058 'elas', 00059 'fdmp', 00060 'fric', 00061 'fvel', 00062 'sdmp', 00063 'spin', 00064 'svel', 00065 'varc', 00066 00067 //ports 00068 00069 //resources 00070 00071 //caos 00072 00073 //sounds 00074 'vois', 00075 00076 //time 00077 'buzz', 00078 'wpau', 00079 'targ', 00080 00081 //vehicles 00082 'cabp', 00083 'cabv', 00084 00085 //world 00086 'delw', 00087 'load' 00088 ); 00089 } 00090 } 00091 00093 ?>