Class PlayerSpawnedEventArgs
  
  
  
    Inheritance
    
    
    PlayerSpawnedEventArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class PlayerSpawnedEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  PlayerSpawnedEventArgs(Player, Vector3, float, Team?, ushort, byte, ushort)
  
  
  Declaration
  
    public PlayerSpawnedEventArgs(Player source, Vector3 position, float rotation, Team? team, ushort model, byte interior, ushort dimension)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Dimension
  
  
  Declaration
  
    public ushort Dimension { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Interior
  
  
  Declaration
  
    public byte Interior { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Model
  
  
  Declaration
  
    public ushort Model { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Position
  
  
  Declaration
  
    public Vector3 Position { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Rotation
  
  
  Declaration
  
    public float Rotation { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Source
  
  
  Declaration
  
    public Player Source { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Team
  
  
  Declaration
  
    public Team? Team { get; }
   
  Property Value