45 {
47 return false;
48
50 {
52 for (int setIndex = 0; setIndex < setCount; setIndex++)
53 {
54 string setName;
56
57 if (setName == setClassName)
58 {
60 break
61 }
62 }
63 }
64
66 {
69 return true;
70 }
71 return false;
72 }
static int m_SetIndexCached
static const string ROOT_CLASS
proto bool ConfigGetChildName(string path, int index, out string name)
Get name of subclass in config class on path.
proto native void RPCSingleParam(Object target, int rpc_type, Param param, bool guaranteed, PlayerIdentity recipient=null)
see CGame.RPC
proto Man GetPlayer()
get player
proto native CGame GetGame()