listPlayers
This commit is contained in:
@@ -79,6 +79,13 @@ class BcmTool {
|
||||
return data.GetSingleAttribute(attri);
|
||||
}
|
||||
|
||||
public listPlayers() {
|
||||
const ids = Object.keys(g_game.mgr.mgr_team_player_team_info._map_player_detail);
|
||||
for (const id of ids) {
|
||||
console.log(this.queryName(id), id);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
(()=>{
|
||||
|
||||
Reference in New Issue
Block a user