Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Cycling through all the clients.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Cycling through all the clients. (Read 304 times)
Daenth
June 11, 2011, 01:36:42 PM
How would you cycle through all the clients? I know it would involve a
for
statement, but what would be after that?
Ad Bot
Advertisement
MegaScientifical
June 12, 2011, 03:45:11 AM
Code:
[Select]
for (%c = 0; %c < ClientGroup.getCount(); %c++) {
%client = ClientGroup.getObject(%c);
//doStuff
}
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Cycling through all the clients.