c2ephp

caos/highlight/DS/CommandVariables.php

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