C# Class Pluton.Entity

Inheritance: CountedInstance
Afficher le fichier Open project: Notulp/Pluton

Méthodes publiques

Свойство Type Description
Prefab string
PrefabID uint

Méthodes publiques

Méthode Description
Entity ( BaseEntity ent ) : System
IsBuildingPart ( ) : bool
IsNPC ( ) : bool
IsPlayer ( ) : bool
Kill ( ) : void
ToBuildingPart ( ) : BuildingPart
ToNPC ( ) : NPC
ToPlayer ( ) : Player

Method Details

Entity() public méthode

public Entity ( BaseEntity ent ) : System
ent BaseEntity
Résultat System

IsBuildingPart() public méthode

public IsBuildingPart ( ) : bool
Résultat bool

IsNPC() public méthode

public IsNPC ( ) : bool
Résultat bool

IsPlayer() public méthode

public IsPlayer ( ) : bool
Résultat bool

Kill() public méthode

public Kill ( ) : void
Résultat void

ToBuildingPart() public méthode

public ToBuildingPart ( ) : BuildingPart
Résultat BuildingPart

ToNPC() public méthode

public ToNPC ( ) : NPC
Résultat NPC

ToPlayer() public méthode

public ToPlayer ( ) : Player
Résultat Player

Property Details

Prefab public_oe property

public string Prefab
Résultat string

PrefabID public_oe property

public uint PrefabID
Résultat uint