Show / Hide Table of Contents

Class OnScreenShotEventArgs

Inheritance
Object
OnScreenShotEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnScreenShotEventArgs

Properties

| Improve this Doc View Source

ImageData

Contains the JPEG image data.

Declaration
public string ImageData { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Resource

The resource that took the screen shot

Declaration
public Resource Resource { get; }
Property Value
Type Description
Resource
| Improve this Doc View Source

Status

The status of the screen shot

Declaration
public StatusCode Status { get; }
Property Value
Type Description
StatusCode
| Improve this Doc View Source

Tag

A string passed to takePlayerScreenShot.

Declaration
public string Tag { get; }
Property Value
Type Description
String
| Improve this Doc View Source

TimeStamp

An int representing the server tick count when the capture was taken.

Declaration
public int TimeStamp { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX