mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-06 11:40:46 +00:00
fix api
This commit is contained in:
parent
2d62ac8abb
commit
8c212dc3cf
1 changed files with 4 additions and 4 deletions
|
|
@ -183,7 +183,7 @@ The entity of the player, of type `CraftyJS.Entity`
|
||||||
|
|
||||||
login
|
login
|
||||||
|
|
||||||
### player.others(client)
|
#### player.others(client)
|
||||||
|
|
||||||
return the other players than `player`
|
return the other players than `player`
|
||||||
|
|
||||||
|
|
@ -195,6 +195,6 @@ The internal implementation to communicate with a client
|
||||||
|
|
||||||
### Low level methods
|
### Low level methods
|
||||||
|
|
||||||
### player._writeOthers(packetName, packetFields)
|
#### player._writeOthers(packetName, packetFields)
|
||||||
|
|
||||||
write to other players than `player` the packet `packetName` with fields `packetFields`
|
write to other players than `player` the packet `packetName` with fields `packetFields`
|
||||||
Loading…
Reference in a new issue