Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More formatting fixes....
  • Loading branch information
jdfreder authored and rgbkrk committed Nov 22, 2015
commit e587a47cb483852311e651238fbafd4ceed434cc
18 changes: 9 additions & 9 deletions msg-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Messages are by their **id** and nickname below.
Sets a waypoint on the world map.

### args
*longitude?* **double**
*latitude?* **double**
*?* **boolean**
- *longitude?* **double**
- *latitude?* **double**
- *?* **boolean**

### Example

Expand All @@ -67,7 +67,7 @@ Sets a waypoint on the world map.
Fast travel to a location

### args
*locationId* **integer**
- *locationId* **integer**

### Example

Expand Down Expand Up @@ -95,7 +95,7 @@ none
Toggles a radio station

### args
*ID* **integer** Station ID
- *ID* **integer** Station ID

### Known station IDs

Expand All @@ -116,10 +116,10 @@ ID | Name
Drop an item from the player's inventory

### args
*?* **integer**
*pageIndex?* **integer**
*?* **integer**
*items?* **integer[]**
- *?* **integer**
- *pageIndex?* **integer**
- *?* **integer**
- *items?* **integer[]**

### Example

Expand Down