Show / Hide Table of Contents

Class OnSpawnEventArgs

Inheritance
Object
OnSpawnEventArgs
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 OnSpawnEventArgs

Properties

| Improve this Doc View Source

Dimension

The dimension

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

Interior

The interior

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

Model

The model of the player ped

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

Position

The spawn position

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

Rotation

The spawn rotation along the z-axis

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

Team

The team in which this player spawned

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