Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PolaMUD
Thing
C# Class PolaMUD.Thing
Thing is the parent of just about everything. Mobs, Players, Rooms - they're all Things!
Afficher le fichier
Open project: Polatrite/PolaMUD
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Contents
List
IndexNumber
int
Location
Thing
Name
string
Méthodes publiques
Méthode
Description
Thing
( ) :
System
Method Details
Thing()
public
méthode
public
Thing
( ) :
System
Résultat
System
Property Details
Contents
public_oe property
A list of Things contained within this Thing. ex. Mobs in a Room ex. Items in a Mob
public
List
Contents
Résultat
List
IndexNumber
public_oe property
The global IndexNumber (or vnum) of the Thing.
public
int
IndexNumber
Résultat
int
Location
public_oe property
Our current location (the Thing we are contained within)
public
Thing,PolaMUD
Location
Résultat
Thing
Name
public_oe property
The name to use for displaying messages related to this Thing.
public
string
Name
Résultat
string