Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The TestService class, added in version 0.51, inherits from Instance.
Properties
AutoRuns: bool
- Category: Physics.
- Serialization: can save and load.
- Thread safety: read safe
Description: string
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
ExecuteWithStudioRun: bool
- Category: Settings.
- Serialization: can save and load.
- Thread safety: read safe
Is30FpsThrottleEnabled: bool
- Category: Physics.
- Serialization: can load only.
- Thread safety: read safe
IsPhysicsEnvironmentalThrottled: bool
- Category: Physics.
- Serialization: can save and load.
- Thread safety: read safe
IsSleepAllowed: bool
- Category: Physics.
- Serialization: can save and load.
- Thread safety: read safe
NumberOfPlayers: int
- Category: Settings.
- Serialization: can save and load.
- Thread safety: read safe
SimulateSecondsLag: double
- Category: Settings.
- Serialization: can save and load.
- Thread safety: read safe
ThrottlePhysicsToRealtime: bool
- Category: Physics.
- Serialization: can save and load.
- Thread safety: read safe
Timeout: double
- Category: Settings.
- Serialization: can save and load.
- Thread safety: read safe
Methods
Check(condition: bool, description: string, source: Instance = nil, line: int = 0): null
Name | Type | Default |
---|---|---|
condition | bool | |
description | string | |
source | Instance | nil |
line | int | 0 |
- Thread safety: unsafe
Checkpoint(text: string, source: Instance = nil, line: int = 0): null
Name | Type | Default |
---|---|---|
text | string | |
source | Instance | nil |
line | int | 0 |
- Thread safety: unsafe
Done(): null
- Thread safety: unsafe
Error(description: string, source: Instance = nil, line: int = 0): null
Name | Type | Default |
---|---|---|
description | string | |
source | Instance | nil |
line | int | 0 |
- Thread safety: unsafe
Fail(description: string, source: Instance = nil, line: int = 0): null
Name | Type | Default |
---|---|---|
description | string | |
source | Instance | nil |
line | int | 0 |
- Thread safety: unsafe
Message(text: string, source: Instance = nil, line: int = 0): null
Name | Type | Default |
---|---|---|
text | string | |
source | Instance | nil |
line | int | 0 |
- Thread safety: unsafe
Require(condition: bool, description: string, source: Instance = nil, line: int = 0): null
Name | Type | Default |
---|---|---|
condition | bool | |
description | string | |
source | Instance | nil |
line | int | 0 |
- Thread safety: unsafe
ScopeTime(): Dictionary
- Thread safety: unsafe
Warn(condition: bool, description: string, source: Instance = nil, line: int = 0): null
Name | Type | Default |
---|---|---|
condition | bool | |
description | string | |
source | Instance | nil |
line | int | 0 |
- Thread safety: unsafe
Events
ServerCollectConditionalResult(condition: bool, text: string, script: Instance, line: int)
Name | Type |
---|---|
condition | bool |
text | string |
script | Instance |
line | int |
- Thread safety: unsafe
ServerCollectResult(text: string, script: Instance, line: int)
Name | Type |
---|---|
text | string |
script | Instance |
line | int |
- Thread safety: unsafe