Static Public Member Functions | |
| static mixed | GetCharFilePath (mixed loginname, mixed charid, mixed subserverid) |
| static mixed | GetShardConfigFilePath (mixed shardname) |
| static mixed | ShardListFileNamePartEncode (mixed x) |
| static mixed | GetCharFileData (mixed user, mixed charid) |
| static mixed | GetCharFileShortInfo (mixed user, mixed charid) |
| static mixed | ShardMemoryGetList (mixed listname) |
| static mixed | ShardMemoryGet (mixed listname, mixed key) |
| static mixed | ShardMemorySet (mixed listname, mixed key, mixed value) |
| static mixed | GetStoredPassword (mixed host, mixed port, mixed username) |
| static mixed | SetStoredPassword (mixed host, mixed port, mixed username, mixed password) |
| static mixed | ClearStoredPassword (mixed host, mixed port, mixed username) |
Definition at line 1124 of file lua_pseudo_code.cpp.
| static mixed shardlist::GetCharFilePath | ( | mixed | loginname, | |
| mixed | charid, | |||
| mixed | subserverid | |||
| ) | [inline, static] |
Definition at line 1126 of file lua_pseudo_code.cpp.
| static mixed shardlist::GetShardConfigFilePath | ( | mixed | shardname | ) | [inline, static] |
Definition at line 1128 of file lua_pseudo_code.cpp.
| static mixed shardlist::ShardListFileNamePartEncode | ( | mixed | x | ) | [inline, static] |
Definition at line 1130 of file lua_pseudo_code.cpp.
| static mixed shardlist::GetCharFileData | ( | mixed | user, | |
| mixed | charid | |||
| ) | [inline, static] |
Definition at line 1132 of file lua_pseudo_code.cpp.
| static mixed shardlist::GetCharFileShortInfo | ( | mixed | user, | |
| mixed | charid | |||
| ) | [inline, static] |
Definition at line 1134 of file lua_pseudo_code.cpp.
| static mixed shardlist::ShardMemoryGetList | ( | mixed | listname | ) | [inline, static] |
Definition at line 1136 of file lua_pseudo_code.cpp.
| static mixed shardlist::ShardMemoryGet | ( | mixed | listname, | |
| mixed | key | |||
| ) | [inline, static] |
Definition at line 1138 of file lua_pseudo_code.cpp.
| static mixed shardlist::ShardMemorySet | ( | mixed | listname, | |
| mixed | key, | |||
| mixed | value | |||
| ) | [inline, static] |
Definition at line 1140 of file lua_pseudo_code.cpp.
| static mixed shardlist::GetStoredPassword | ( | mixed | host, | |
| mixed | port, | |||
| mixed | username | |||
| ) | [inline, static] |
Definition at line 1142 of file lua_pseudo_code.cpp.
| static mixed shardlist::SetStoredPassword | ( | mixed | host, | |
| mixed | port, | |||
| mixed | username, | |||
| mixed | password | |||
| ) | [inline, static] |
Definition at line 1144 of file lua_pseudo_code.cpp.
| static mixed shardlist::ClearStoredPassword | ( | mixed | host, | |
| mixed | port, | |||
| mixed | username | |||
| ) | [inline, static] |
Definition at line 1146 of file lua_pseudo_code.cpp.
1.5.6