Class OnScreenShotEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnScreenShotEventArgs
Properties
| Improve this Doc View SourceImageData
Contains the JPEG image data.
Declaration
public string ImageData { get; }
Property Value
| Type | Description |
|---|---|
| String |
Resource
The resource that took the screen shot
Declaration
public Resource Resource { get; }
Property Value
| Type | Description |
|---|---|
| Resource |
Status
The status of the screen shot
Declaration
public StatusCode Status { get; }
Property Value
| Type | Description |
|---|---|
| StatusCode |
Tag
A string passed to takePlayerScreenShot.
Declaration
public string Tag { get; }
Property Value
| Type | Description |
|---|---|
| String |
TimeStamp
An int representing the server tick count when the capture was taken.
Declaration
public int TimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |