listPlayers

This commit is contained in:
2026-01-20 11:43:33 +08:00
parent 28169843ef
commit a69014977b
3 changed files with 15 additions and 0 deletions
+7
View File
@@ -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);
}
}
}
(()=>{