Class OnSpawnEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnSpawnEventArgs
Properties
| Improve this Doc View SourceDimension
The dimension
Declaration
public int Dimension { get; }
Property Value
Type | Description |
---|---|
Int32 |
Interior
The interior
Declaration
public int Interior { get; }
Property Value
Type | Description |
---|---|
Int32 |
Model
The model of the player ped
Declaration
public PedModel Model { get; }
Property Value
Type | Description |
---|---|
PedModel |
Position
The spawn position
Declaration
public Vector3 Position { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Rotation
The spawn rotation along the z-axis
Declaration
public float Rotation { get; }
Property Value
Type | Description |
---|---|
Single |
Team
The team in which this player spawned
Declaration
public Team Team { get; }
Property Value
Type | Description |
---|---|
Team |