Skip to content

Commit

Permalink
Playload -> Payload
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelpro committed Oct 1, 2015
1 parent 75a69cf commit bf55799
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/plugins/core/ticker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Events
should schedule those movements by hooking into `action_tick` and calling
the appropriate pathfinding or movement methods.

**Playload** ::
**Payload** ::

None

Expand All @@ -28,7 +28,7 @@ Events
the movement actions as well as world forces to resolve a position for
the client. The default PhysicsPlugin depends on this event.

**Playload** ::
**Payload** ::

None

Expand All @@ -38,6 +38,6 @@ Events
position has been resolved for the client and is ready to be sent to the
server. The default MovementPlugin depends on this event.

**Playload** ::
**Payload** ::

None
18 changes: 8 additions & 10 deletions docs/plugins/helpers/clientinfo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,63 +18,63 @@ Events

Client Info is done processing the Join Game packet

**Playload** ::
**Payload** ::

GameInfo()

.. object:: client_spawn_update

Client Info is done processing the Spawn Position packet

**Playload** ::
**Payload** ::

Position()

.. object:: client_health_update

When the players health changes

**Playload** ::
**Payload** ::

PlayerHealth()

.. object:: client_death

When the player health becomes 0.0

**Playload** ::
**Payload** ::

PlayerHealth()

.. object:: client_position_update

When the player is moved by the server

**Playload** ::
**Payload** ::

PlayerPosition()

.. object:: client_add_player

Player added to the player list

**Playload** ::
**Payload** ::

PlayerListItem()

.. object:: client_update_player

Player info is updated on the player list

**Playload** ::
**Payload** ::

PlayerListItem()

.. object:: client_remove_player

Player removed from the player list

**Playload** ::
**Payload** ::

PlayerListItem()

Expand All @@ -83,5 +83,3 @@ Methods and Attributes
.. autoclass:: ClientInfo
:members:
:undoc-members:


0 comments on commit bf55799

Please sign in to comment.