API ForEachPlayer
From Vendetta Lua
Jump to navigationJump to search
ForEachPlayer
Type | Name | Description |
---|---|---|
function | func | receives one argument from ForEachPlayer. func(number charid) charid = character id |
Type | Name | Description |
---|---|---|
nil |
<source lang="lua">ForEachPlayer(function (id) print(id) end)</source> prints a list with all players in the sector