Advertisement
Guest User

Untitled

a guest
May 27th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. "events" => array:2 [▼
  2. "description" => "All events that can be present in the log available at /api/log and /api/log/range"
  3. "list" => array:17 [▼
  4. 0 => array:4 [▼
  5. "name" => "SessionSetup"
  6. "type" => "Session"
  7. "description" => "Session setup sent as an event when the game starts loading. This does not include all details, but when this event arrives it's ok to query the detailed setup."
  8. "attributes" => array:11 [▶]
  9. ]
  10. 1 => array:4 [▼
  11. "name" => "StateChanged"
  12. "type" => "Session"
  13. "description" => "Multiplayer session state changed"
  14. "attributes" => array:2 [▶]
  15. ]
  16. 2 => array:4 [▼
  17. "name" => "StageChanged"
  18. "type" => "Session"
  19. "description" => "Multiplayer session stage changed"
  20. "attributes" => array:3 [▶]
  21. ]
  22. 3 => array:4 [▼
  23. "name" => "SessionCreated"
  24. "type" => "Session"
  25. "description" => "Multiplayer session has been created"
  26. "attributes" => []
  27. ]
  28. 4 => array:4 [▼
  29. "name" => "SessionDestroyed"
  30. "type" => "Session"
  31. "description" => "Multiplayer session has been destroyed"
  32. "attributes" => []
  33. ]
  34. 5 => array:4 [▼
  35. "name" => "PlayerJoined"
  36. "type" => "Player"
  37. "description" => "Player joined the session. The player is not reported to the game until authenticated"
  38. "attributes" => array:2 [▼
  39. 0 => array:3 [▶]
  40. 1 => array:3 [▶]
  41. ]
  42. ]
  43. 6 => array:4 [▼
  44. "name" => "Authenticated"
  45. "type" => "Player"
  46. "description" => "Player authenticated with Steam, join finalized"
  47. "attributes" => []
  48. ]
  49. 7 => array:4 [▼
  50. "name" => "PlayerLeft"
  51. "type" => "Player"
  52. "description" => "Player left the session"
  53. "attributes" => array:2 [▶]
  54. ]
  55. 8 => array:4 [▶]
  56. 9 => array:4 [▼
  57. "name" => "ParticipantDestroyed"
  58. "type" => "Participant"
  59. "description" => "Participant destroyed"
  60. "attributes" => []
  61. ]
  62. 10 => array:4 [▼
  63. "name" => "Sector"
  64. "type" => "Participant"
  65. "description" => "Participant crossed a sector boundary"
  66. "attributes" => array:6 [▶]
  67. ]
  68. 11 => array:4 [▼
  69. "name" => "Lap"
  70. "type" => "Participant"
  71. "description" => "Participant has finished a lap"
  72. "attributes" => array:8 [▶]
  73. ]
  74. 12 => array:4 [▼
  75. "name" => "State"
  76. "type" => "Participant"
  77. "description" => "Participant state change"
  78. "attributes" => array:2 [▶]
  79. ]
  80. 13 => array:4 [▼
  81. "name" => "Results"
  82. "type" => "Participant"
  83. "description" => "Stage results for this participant"
  84. "attributes" => array:6 [▶]
  85. ]
  86. 14 => array:4 [▼
  87. "name" => "Impact"
  88. "type" => "Participant"
  89. "description" => "Participant collided with something. Always reported by the local participant (player or AI). Because of the assymetric nature of physical collisions in MP the other participant might report (a similar) event too"
  90. "attributes" => array:2 [▶]
  91. ]
  92. 15 => array:4 [▼
  93. "name" => "CutTrackStart"
  94. "type" => "Participant"
  95. "description" => "Participant has gone off-track"
  96. "attributes" => array:4 [▶]
  97. ]
  98. 16 => array:4 [▼
  99. "name" => "CutTrackEnd"
  100. "type" => "Participant"
  101. "description" => "Participant has returned back to track"
  102. "attributes" => array:5 [▶]
  103. ]
  104. ]
  105. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement