This commit is contained in:
Romain Beaumont 2015-08-26 20:16:17 +02:00
parent 2d62ac8abb
commit 8c212dc3cf

View file

@ -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`