c2ephp

caos/highlight/C2/CommandVariables.php

Go to the documentation of this file.
00001 <?php
00003 
00005 class C2CAOSCommandVariables {
00007     public static function GetTokens() {
00008         return array(
00009             'targ',
00010             'edit',
00011             'bhvr',
00012             'tick',
00013             'pose',
00014             'aslp',
00015             'vrsn'
00016         );
00017     }
00018 }
00020 ?>
 All Classes Files Functions Variables Enumerations