Skip to content
Merged
Changes from all commits
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
39 changes: 24 additions & 15 deletions content/en-us/reference/engine/classes/RunService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description: |
`Class.RunService.PostSimulation|PostSimulation`, and
`Class.RunService.Heartbeat|Heartbeat`. Selecting the proper event to use for
any case is important, so you should read
[Task Scheduler](../../../studio/microprofiler/task-scheduler.md) to make an
[Task Scheduler](../../../performance-optimization/microprofiler/task-scheduler.md#runservice) to make an
informed decision.

##### Context Test Results
Expand All @@ -44,25 +44,25 @@ description: |
</thead>
<tbody>
<tr>
<td>Live Player</td>
<td>Live (Client)</td>
<td><code>false</code></td>
<td><code>true</code></td>
<td><code>false</code></td>
<td></td>
<td></td>
<td></td>
<td><code>true</code></td>
<td><code>false</code></td>
</tr>
<tr>
<td>Live Server</td>
<td>Live (Server)</td>
<td><code>false</code></td>
<td><code>false</code></td>
<td><code>true</code></td>
<td></td>
<td></td>
<td></td>
<td><code>true</code></td>
<td><code>false</code></td>
</tr>
<tr>
<td>Edit Mode</td>
<td>Edit</td>
<td><code>true</code></td>
<td><code>true</code></td>
<td><code>true</code></td>
Expand All @@ -84,16 +84,16 @@ description: |
<td><code>true</code></td>
<td><code>true</code></td>
<td><code>true</code></td>
<td><code>false</code></td>
<td><code>true</code></td>
<td><code>true</code></td>
<td><code>false</code></td>
<td><code>false</code></td>
</tr>
<tr>
<td>Play Mode (Client)</td>
<td><code>true</code></td>
<td><code>true</code></td>
<td><code>false</code></td>
<td><code>false</code></td>
<td></td>
<td><code>true</code></td>
<td><code>false</code></td>
</tr>
Expand All @@ -102,16 +102,16 @@ description: |
<td><code>true</code></td>
<td><code>false</code></td>
<td><code>true</code></td>
<td><code>false</code></td>
<td><code>true</code></td>
<td></td>
<td><code>true</code></td>
<td><code>false</code></td>
</tr>
<tr>
<td>Team Test (Player)</td>
<td>Team Test (Client)</td>
<td><code>true</code></td>
<td><code>true</code></td>
<td><code>false</code></td>
<td><code>false</code></td>
<td></td>
<td><code>true</code></td>
<td><code>false</code></td>
</tr>
Expand All @@ -120,8 +120,17 @@ description: |
<td><code>false</code></td>
<td><code>false</code></td>
<td><code>true</code></td>
<td></td>
<td><code>true</code></td>
<td><code>false</code></td>
</tr>
<tr>
<td>Luau Execution</td>
<td><code>false</code></td>
<td><code>false</code></td>
<td><code>true</code></td>
<td></td>
<td><code>false</code></td>
<td><code>false</code></td>
</tr>
</tbody>
Expand Down