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

View file

@ -39,11 +39,11 @@
- [player.entity](#playerentity) - [player.entity](#playerentity)
- [Methods](#methods-1) - [Methods](#methods-1)
- [player.login()](#playerlogin) - [player.login()](#playerlogin)
- [player.others(client)](#playerothersclient) - [player.others(client)](#playerothersclient)
- [Low level properties](#low-level-properties) - [Low level properties](#low-level-properties)
- [player._client](#player_client) - [player._client](#player_client)
- [Low level methods](#low-level-methods) - [Low level methods](#low-level-methods)
- [player._writeOthers(packetName, packetFields)](#player_writeotherspacketname-packetfields) - [player._writeOthers(packetName, packetFields)](#player_writeotherspacketname-packetfields)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -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`