ClientReplicator
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
| Memory category | Instances |
|---|
Member index 5
Removed member index 3
| History | Member | |
|---|---|---|
| 687 | RequestServerLuauHeapData(): null | |
| 687 | RequestServerScriptProfiling(start: bool, frequency: int?): null | |
| 687 | RequestServerScriptProfilingData(): null |
Description
The ClientReplicator is in charge of replicating changes from the server over to the client. It represents the client's connection to a server.
History 20
- 687 Remove RequestServerScriptProfilingData
- 687 Remove RequestServerScriptProfiling
- 687 Remove RequestServerLuauHeapData
- 686 Add IsStreamedOut
- 607 Add RequestServerLuauHeapData
- 600 Add RequestServerScriptProfilingData
- 573 Change ReturnType of RequestServerStats from void to null
- 573 Change ReturnType of RequestServerScriptProfiling from void to null
- 573 Change ReturnType of RequestRCCProfilerData from void to null
- 562 Change Parameters of RequestServerScriptProfiling from (start: bool) to (start: bool, frequency: int?)
- 547 Add RequestServerScriptProfiling
- 462 Change ThreadSafety of StatsReceived from to Unsafe
- 462 Change ThreadSafety of RCCProfilerDataComplete from to Unsafe
- 462 Change ThreadSafety of RequestServerStats from to Unsafe
- 462 Change ThreadSafety of RequestRCCProfilerData from to Unsafe
- 364 Add RCCProfilerDataComplete
- 364 Add RequestRCCProfilerData
- 202 Add StatsReceived
- 157 Add RequestServerStats
- 157 Add ClientReplicator
Members 5
IsStreamedOut
| Parameters (1) | ||
|---|---|---|
| instance | Instance | |
| Returns (1) | ||
| bool | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 1
- 686 Add IsStreamedOut
RCCProfilerDataComplete
| Parameters (2) | |
|---|---|
| success | bool |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of RCCProfilerDataComplete from to Unsafe
- 364 Add RCCProfilerDataComplete
RequestRCCProfilerData
| Parameters (2) | ||
|---|---|---|
| frameRate | int | |
| timeFrame | int | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 573 Change ReturnType of RequestRCCProfilerData from void to null
- 462 Change ThreadSafety of RequestRCCProfilerData from to Unsafe
- 364 Add RequestRCCProfilerData
RequestServerStats
| Parameters (1) | ||
|---|---|---|
| request | bool | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 3
- 573 Change ReturnType of RequestServerStats from void to null
- 462 Change ThreadSafety of RequestServerStats from to Unsafe
- 157 Add RequestServerStats
StatsReceived
| Parameters (1) | |
|---|---|
| stats | Dictionary |
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of StatsReceived from to Unsafe
- 202 Add StatsReceived
Removed members 3
RequestServerLuauHeapData
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 2
RequestServerScriptProfiling
| Parameters (2) | ||
|---|---|---|
| start | bool | |
| frequency | int? | |
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |
History 4
- 687 Remove RequestServerScriptProfiling
- 573 Change ReturnType of RequestServerScriptProfiling from void to null
- 562 Change Parameters of RequestServerScriptProfiling from (start: bool) to (start: bool, frequency: int?)
- 547 Add RequestServerScriptProfiling
RequestServerScriptProfilingData
| Parameters (0) | ||
|---|---|---|
| No parameters. | ||
| Returns (1) | ||
| null | ||
| Security | RobloxScriptSecurity |
|---|---|
| Thread safety | Unsafe |