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 7
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 16
- 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 7
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
RequestServerLuauHeapData
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
RequestServerScriptProfiling
Parameters (2) | ||
---|---|---|
start | bool | |
frequency | int? | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 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 |
History 1
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