The Living type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Living()()()() | Initializes a new instance of the Living class |
![]() | Living(SerializationInfo, StreamingContext) | Initializes a new instance of the Living class |
Methods
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | AAn | (Inherited from Thing.) | ||||
![]() | AddActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | AddClassification |
Adds a classification to this thing.
(Inherited from Thing.) | ||||
![]() | AddCommand | |||||
![]() | AddEffect |
Adds an effect to this object. This calls Apply()()()() (Inherited from Thing.) | ||||
![]() | AddMainClassification |
Adds the main classification. This just adds a classification at
the beginning of the classification list. The main classification is used
for determining things like nouns for reduced lighting.
(Inherited from Thing.) | ||||
![]() | AddToContainer |
Adds an object to this living. The object gets added
to the list of things the living is carrying.
| ||||
![]() | AdjustHealth | |||||
![]() | ApplyTemplate | (Inherited from Thing.) | ||||
![]() | CanHearThing | |||||
![]() | CanSeeThing | |||||
![]() | Carry | |||||
![]() | Destroy | (Overrides Thing..::..Destroy()()()().) | ||||
![]() | Die | |||||
![]() | Equals | (Inherited from Object.) | ||||
![]() | Finalize | (Inherited from Object.) | ||||
![]() | GetActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | GetArmour | |||||
![]() | GetAttack | |||||
![]() | GetClassificationForVisLevel |
Gets the classification for a vis level. If an object's primary (first) classification is 'thing.weapon.sword' then
in low light, this will return 'thing.weapon' and in very low light, 'thing'.
(Inherited from Thing.) | ||||
![]() | GetCommands | |||||
![]() | GetContainerLightLevel | |||||
![]() | GetCreatorToBlame |
Gets the name of the creator who wrote the code for this object. Exceptions
that occur in this object are then sent to that creator or their log file.
(Inherited from Thing.) | ||||
![]() | GetDefenses | |||||
![]() | GetFreeHoldLocationCount | |||||
![]() | GetFreeHoldLocations | |||||
![]() | GetFreeWearSlotCount | |||||
![]() | GetHashCode | (Inherited from Object.) | ||||
![]() | GetHealth | |||||
![]() | GetHearing | |||||
![]() | GetHearingLevel | |||||
![]() | GetHeldThing | |||||
![]() | GetHoldLocations | |||||
![]() | GetLightLevel | |||||
![]() | GetMaxHealth | |||||
![]() | GetObjectData | (Overrides Item..::..GetObjectData(SerializationInfo, StreamingContext).) | ||||
![]() | GetRoomPath | (Inherited from Thing.) | ||||
![]() | GetThingPath |
Gets the xml file, if set, or else the class name of this thing.
(Inherited from Thing.) | ||||
![]() | GetThingsWornAtLocation | |||||
![]() | GetType | (Inherited from Object.) | ||||
![]() | GetValue | (Inherited from Thing.) | ||||
![]() | GetVisibilityFor | (Inherited from Thing.) | ||||
![]() | GetVisionLevel | |||||
![]() | GetWeapons | |||||
![]() | GetXmlFile |
Gets the path of the xml file that this object's data was loaded from
(Inherited from Thing.) | ||||
![]() | HasClassification |
Determines whether this instance has the specified classification.
(Inherited from Thing.) | ||||
![]() | Heartbeat |
| ||||
![]() | Hold | |||||
![]() | IncrementHealth | |||||
![]() | IsHoldLocationFree | |||||
![]() | IsValidWearLocation | |||||
![]() | MemberwiseClone | (Inherited from Object.) | ||||
![]() | ModifyCommandResult | |||||
![]() | Move |
Move this object into a different container, or null.
Calls 'RemoveFromContainer' on the old container, and
'AddToContainer' on the new container.
(Inherited from Thing.) | ||||
![]() | OnDeserialization | (Overrides Thing..::..OnDeserialization(Object).) | ||||
![]() | ReceiveEvent |
Method ReceiveEvent
| ||||
![]() | RemoveActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | RemoveClassification |
Removes a classification from this thing.
(Inherited from Thing.) | ||||
![]() | RemoveCommand | |||||
![]() | RemoveEffect |
Removes an effect from this object. This calls Remove()()()() (Inherited from Thing.) | ||||
![]() | RemoveFromContainer | |||||
![]() | RenderLongDescriptionFor | (Overrides Thing..::..RenderLongDescriptionFor(Living).) | ||||
![]() | RenderPluralDescriptionFor | (Inherited from Thing.) | ||||
![]() | RenderPositionFor | (Inherited from Thing.) | ||||
![]() | RenderPositionPluralFor | (Inherited from Thing.) | ||||
![]() | RenderShortDescriptionFor | (Inherited from Thing.) | ||||
![]() | Send(String) | |||||
![]() | Send(MString) | |||||
![]() | SendLine(String) | |||||
![]() | SendLine(MString) | |||||
![]() | SetSpecies | |||||
![]() | ShowAAn |
Should return true if the object description should
have an "a" or an "an" in front of it. Otherwise false.
(Inherited from Thing.) | ||||
![]() | StartHeartbeat | |||||
![]() | ToString | (Inherited from Object.) | ||||
![]() | TryGetActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | Wear |
Extension Methods
Name | Description | |
---|---|---|
![]() | Close | (Defined by CommandActions.) |
![]() | Drop | (Defined by CommandActions.) |
![]() | Emote | (Defined by CommandActions.) |
![]() | Get(Thing) | Overloaded. (Defined by CommandActions.) |
![]() | Get(IEnumerable<(Of <<'(Thing>)>>)) | Overloaded. (Defined by CommandActions.) |
![]() | GetFrom | (Defined by CommandActions.) |
![]() | Go | (Defined by CommandActions.) |
![]() | LookAt | (Defined by CommandActions.) |
![]() | Open | (Defined by CommandActions.) |
![]() | Push | (Defined by CommandActions.) |
![]() | PutIn | (Defined by CommandActions.) |
![]() | RenderFor(Living, Boolean, String) | Overloaded. (Defined by Descriptions.) |
![]() | RenderFor(Living, Living, Boolean, String, Boolean) | Overloaded. (Defined by Descriptions.) |
![]() | Say | (Defined by CommandActions.) |
Fields
Name | Description | |
---|---|---|
![]() | _armour | |
![]() | _carrying | |
![]() | _container | (Inherited from Thing.) |
![]() | _eventSubscribers | |
![]() | _health | |
![]() | _heartbeatCount | |
![]() | _holding | |
![]() | _lightSources | |
![]() | _prevContainer | (Inherited from Thing.) |
![]() | _skills | |
![]() | _stats | |
![]() | _wearing | |
![]() ![]() | HEARING_MAX | |
![]() ![]() | VISION_MAX |
Properties
Name | Description | |
---|---|---|
![]() | Adjectives | (Inherited from Thing.) |
![]() | ArmourLocations | |
![]() | Attacks | |
![]() | BaseVisibility | (Inherited from Thing.) |
![]() | Carrying | |
![]() | Classifications |
Gets the classifications for this thing.
(Inherited from Thing.) |
![]() | CombatManager | |
![]() | Commands | |
![]() | Container | (Inherited from Thing.) |
![]() | Contents |
A collection containing the objects that are in
this container.
|
![]() | Creator | (Inherited from Thing.) |
![]() | Effects | (Inherited from Thing.) |
![]() | ExtraProperties | |
![]() | Gender | |
![]() | HasEffects | (Inherited from Thing.) |
![]() | Height | (Inherited from Item.) |
![]() | Holding | |
![]() | InventoryVisible | (Inherited from Thing.) |
![]() | IsDead | |
![]() | IsPositionSet | (Inherited from Thing.) |
![]() | LayeredWearing | |
![]() | Length | (Inherited from Item.) |
![]() | LongDescription | (Inherited from Thing.) |
![]() | Nouns | (Inherited from Thing.) |
![]() | PluralDescription | (Inherited from Thing.) |
![]() | PluralRegex | (Inherited from Thing.) |
![]() | Plurals | (Inherited from Thing.) |
![]() | Position | (Inherited from Thing.) |
![]() | PositionPlural | (Inherited from Thing.) |
![]() | PossessivePronoun | (Overrides Thing..::..PossessivePronoun.) |
![]() | PreviousContainer | (Inherited from Thing.) |
![]() | Pronoun | (Overrides Thing..::..Pronoun.) |
![]() | ReflexivePronoun | (Overrides Thing..::..ReflexivePronoun.) |
![]() | ShortDescription | (Inherited from Thing.) |
![]() | SingularRegex | (Inherited from Thing.) |
![]() | Skills | |
![]() | Stats | |
![]() | Wearing | |
![]() | Weight | (Inherited from Item.) |
![]() | Width | (Inherited from Item.) |