The Frog type exposes the following members.
Constructors
Methods
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | AAn | (Inherited from Thing.) | ||||
![]() | AddActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | AddClassification |
Adds a classification to this thing.
(Inherited from Thing.) | ||||
![]() | AddCommand | (Inherited from Living.) | ||||
![]() | 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.
(Inherited from Living.) | ||||
![]() | AdjustHealth | (Inherited from Living.) | ||||
![]() | ApplyTemplate | (Inherited from Thing.) | ||||
![]() | CanHearThing | (Inherited from Living.) | ||||
![]() | CanSeeThing | (Inherited from Living.) | ||||
![]() | Carry | (Inherited from Living.) | ||||
![]() | Destroy | (Inherited from NPC.) | ||||
![]() | Die | (Inherited from Living.) | ||||
![]() | Equals | (Inherited from Object.) | ||||
![]() | Finalize | (Inherited from Object.) | ||||
![]() | GetActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | GetArmour | (Inherited from Living.) | ||||
![]() | GetAttack | (Inherited from Living.) | ||||
![]() | 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 | (Inherited from Living.) | ||||
![]() | GetContainerLightLevel | (Inherited from Living.) | ||||
![]() | 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 | (Inherited from Living.) | ||||
![]() | GetFreeHoldLocationCount | (Inherited from Living.) | ||||
![]() | GetFreeHoldLocations | (Inherited from Living.) | ||||
![]() | GetFreeWearSlotCount | (Inherited from Living.) | ||||
![]() | GetHashCode | (Inherited from Object.) | ||||
![]() | GetHealth | (Inherited from Living.) | ||||
![]() | GetHearing | (Inherited from Living.) | ||||
![]() | GetHearingLevel | (Inherited from Living.) | ||||
![]() | GetHeldThing | (Inherited from Living.) | ||||
![]() | GetHoldLocations | (Inherited from Living.) | ||||
![]() | GetLightLevel | (Inherited from Living.) | ||||
![]() | GetMaxHealth | (Inherited from Living.) | ||||
![]() | GetObjectData | (Inherited from NPC.) | ||||
![]() | GetRoomPath | (Inherited from Thing.) | ||||
![]() | GetThingPath |
Gets the xml file, if set, or else the class name of this thing.
(Inherited from Thing.) | ||||
![]() | GetThingsWornAtLocation | (Inherited from Living.) | ||||
![]() | GetType | (Inherited from Object.) | ||||
![]() | GetValue | (Inherited from Thing.) | ||||
![]() | GetVisibilityFor | (Inherited from Thing.) | ||||
![]() | GetVisionLevel | (Inherited from Living.) | ||||
![]() | GetWeapons | (Inherited from Living.) | ||||
![]() | 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 | (Inherited from Living.) | ||||
![]() | IncrementHealth | (Inherited from Living.) | ||||
![]() | IsHoldLocationFree | (Inherited from Living.) | ||||
![]() | IsValidWearLocation | (Inherited from Living.) | ||||
![]() | MemberwiseClone | (Inherited from Object.) | ||||
![]() | ModifyCommandResult | (Inherited from Living.) | ||||
![]() | Move | (Inherited from NPC.) | ||||
![]() | OnDeserialization | (Inherited from Living.) | ||||
![]() | ReceiveEvent |
Receives events for the NPC. It then calls any EventHandlers that have been
added for that type of event.
(Inherited from NPC.) | ||||
![]() | RemoveActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | RemoveClassification |
Removes a classification from this thing.
(Inherited from Thing.) | ||||
![]() | RemoveCommand | (Inherited from Living.) | ||||
![]() | RemoveEffect |
Removes an effect from this object. This calls Remove()()()() (Inherited from Thing.) | ||||
![]() | RemoveFromContainer | (Inherited from Living.) | ||||
![]() | RenderLongDescriptionFor | (Inherited from Living.) | ||||
![]() | RenderPluralDescriptionFor | (Inherited from Thing.) | ||||
![]() | RenderPositionFor | (Inherited from Thing.) | ||||
![]() | RenderPositionPluralFor | (Inherited from Thing.) | ||||
![]() | RenderShortDescriptionFor | (Inherited from Thing.) | ||||
![]() | Send(String) | (Inherited from Living.) | ||||
![]() | Send(MString) | (Inherited from Living.) | ||||
![]() | SendLine(String) | (Inherited from Living.) | ||||
![]() | SendLine(MString) | (Inherited from Living.) | ||||
![]() | SetSpecies | (Inherited from Living.) | ||||
![]() | 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 | (Inherited from Living.) | ||||
![]() | ToString | (Inherited from Object.) | ||||
![]() | TryGetActionProvider<(Of <<'(T>)>>) | (Inherited from Thing.) | ||||
![]() | Wear | (Inherited from Living.) |
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 | (Inherited from Living.) |
![]() | _carrying | (Inherited from Living.) |
![]() | _container | (Inherited from Thing.) |
![]() | _eventSubscribers | (Inherited from Living.) |
![]() | _health | (Inherited from Living.) |
![]() | _heartbeatCount | (Inherited from Living.) |
![]() | _holding | (Inherited from Living.) |
![]() | _lightSources | (Inherited from Living.) |
![]() | _prevContainer | (Inherited from Thing.) |
![]() | _skills | (Inherited from Living.) |
![]() | _stats | (Inherited from Living.) |
![]() | _wearing | (Inherited from Living.) |
Properties
Name | Description | |
---|---|---|
![]() | Adjectives | (Inherited from Thing.) |
![]() | ArmourLocations | (Inherited from Living.) |
![]() | Attacks | (Inherited from Living.) |
![]() | BaseVisibility | (Inherited from Thing.) |
![]() | Brain | (Inherited from NPC.) |
![]() | Carrying | (Inherited from Living.) |
![]() | Classifications |
Gets the classifications for this thing.
(Inherited from Thing.) |
![]() | CombatManager | (Inherited from Living.) |
![]() | Commands | (Inherited from Living.) |
![]() | Container | (Inherited from Thing.) |
![]() | Contents |
A collection containing the objects that are in
this container.
(Inherited from Living.) |
![]() | Creator | (Inherited from Thing.) |
![]() | Effects | (Inherited from Thing.) |
![]() | ExtraProperties | (Inherited from Living.) |
![]() | Gender | (Inherited from Living.) |
![]() | HasEffects | (Inherited from Thing.) |
![]() | Height | (Inherited from Item.) |
![]() | Holding | (Inherited from Living.) |
![]() | InventoryVisible | (Inherited from Thing.) |
![]() | IsDead | (Inherited from Living.) |
![]() | IsPositionSet | (Inherited from Thing.) |
![]() | LayeredWearing | (Inherited from Living.) |
![]() | 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 | (Inherited from Living.) |
![]() | PreviousContainer | (Inherited from Thing.) |
![]() | Pronoun | (Inherited from Living.) |
![]() | RecentEvents | (Inherited from NPC.) |
![]() | ReflexivePronoun | (Inherited from Living.) |
![]() | ShortDescription | (Inherited from Thing.) |
![]() | SingularRegex | (Inherited from Thing.) |
![]() | Skills | (Inherited from Living.) |
![]() | Stats | (Inherited from Living.) |
![]() | Wearing | (Inherited from Living.) |
![]() | Weight | (Inherited from Item.) |
![]() | Width | (Inherited from Item.) |