@@ -35,8 +35,7 @@ properties:
3535 type : string
3636 tags :
3737 - Deprecated
38- deprecation_message : |
39- This property is deprecated. Do not use it for new work.
38+ deprecation_message : ' '
4039 security :
4140 read : LocalUserSecurity
4241 write : LocalUserSecurity
@@ -53,8 +52,7 @@ methods:
5352 Fires a custom event with a custom event name and data.
5453 description : |
5554 This function triggers a custom event with a custom event name data.
56- code_samples :
57- - analytics-event---custom
55+ code_samples : []
5856 parameters :
5957 - name : player
6058 type : Instance
@@ -123,12 +121,12 @@ methods:
123121 - name : AnalyticsService:FireInGameEconomyEvent
124122 summary : |
125123 Fire an event used to track player actions pertaining to the in-game
124+ economy.
126125 description : |
127126 This function triggers an event used to track player actions pertaining to
128127 the in-game economy. For example, it should be called to track when
129128 players acquire or spend virtual items within the economy like currency.
130- code_samples :
131- - analytics-event---economy
129+ code_samples : []
132130 parameters :
133131 - name : player
134132 type : Instance
@@ -206,8 +204,7 @@ methods:
206204 experienced by players. For example, it could be called to indicate when a
207205 function call fails, such as a datastore save or
208206 `Class.TeleportService:Teleport()`. See the example below.
209- code_samples :
210- - analytics-event---log
207+ code_samples : []
211208 parameters :
212209 - name : player
213210 type : Instance
@@ -242,8 +239,7 @@ methods:
242239 No return.
243240 tags :
244241 - Deprecated
245- deprecation_message : |
246- This method is deprecated. Do not use it for new work.
242+ deprecation_message : ' '
247243 security : None
248244 thread_safety : Unsafe
249245 capabilities :
@@ -255,8 +251,7 @@ methods:
255251 This function triggers an event used to track player progression through
256252 the game. For example, it should be called when a player starts an in-game
257253 tutorial and again that player finishes the tutorial.
258- code_samples :
259- - analytics-event---progression
254+ code_samples : []
260255 parameters :
261256 - name : player
262257 type : Instance
0 commit comments