Class:NounMustBe
Defined in: adventure/dictionary/NounMustBe.js, line 5
NounMustBe is a special class used while parsing Input to specify general conditions that a noun must meet for a Verb to act on it. This is a broad set of exclusions used to narrow items by class or by certain properties, or availability to the player character. Exclusion is handled by Parser.qualifyParsedNoun. Each verb has more specific logic to handle more specific conditions. This is an internal class that authors should not need to construct, though there are methods to allow authors to customize these settings per Verb. See Modify Verbs for more info.
Private Constructor:
var foo = new adventurejs.NounMustBe()
- Index
- Methods
- Properties
Index
Methods:
Properties:
- character
- child_of_noun2
- direction
- dov
- exit
- extant
- global
- global_substance
- in_hands
- in_inventory
- in_inventory_if_takeable
- intangible
- iov
- known
- matter
- not_direction
- not_exit
- not_global
- not_in_hands
- not_in_inventory
- not_in_prior_plural
- not_player
- not_player_parent
- not_scenery
- not_self
- not_self_parent
- not_substance
- not_worn
- player
- player_parent
- prefer_carried_if_ambiguous
- prefer_uncarried_if_ambiguous
- present
- present_if_ambiguous
- present_if_tangible
- reachable
- reachable_if_tangible
- reservoir_if_substance
- reservoir_if_substance
- scenery
- self
- self_parent
- singular
- singular
- string
- substance
- takeable
- tangible
- visible
- visible
- worn
Methods Collapse all |
Properties |
character :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 32
Default value: false
child_of_noun2 :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 39
Default value: false
direction :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 48
Default value: false
dov :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 55
Default value: false
exit :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 62
Default value: false
extant :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 70
Default value: true
global :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 79
Default value: false
global_substance :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 88
Default value: false
in_hands :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 98
Default value: false
in_inventory :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 107
Default value: false
in_inventory_if_takeable :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 115
Default value: false
intangible :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 124
Default value: false
iov :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 131
Default value: false
known :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 138
Default value: false
matter :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 146
Default value: false
not_direction :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 194
Default value: false
not_exit :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 201
Default value: false
not_global :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 209
Default value: false
not_in_hands :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 218
Default value: false
not_in_inventory :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 227
Default value: false
not_in_prior_plural :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 235
Default value: false
not_player :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 268
Default value: false
not_player_parent :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 290
Default value: false
not_scenery :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 244
Default value: false
not_self :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 308
Default value: false
not_self_parent :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 327
Default value: false
not_substance :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 252
Default value: true
not_worn :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 260
Default value: false
player :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 275
Default value: false
player_parent :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 282
Default value: false
prefer_carried_if_ambiguous :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 178
Default value: false
prefer_uncarried_if_ambiguous :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 186
Default value: false
present :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 154
Default value: false
present_if_ambiguous :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 170
Default value: false
present_if_tangible :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 162
Default value: false
reachable :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 344
Default value: false
reachable_if_tangible :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 353
Default value: false
reservoir_if_substance :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 404
Default value: false
reservoir_if_substance :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 413
Default value: false
scenery :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 361
Default value: false
self :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 297
Default value: false
self_parent :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 317
Default value: false
singular :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 369
Default value: true
singular :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 378
Default value: false
string :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 387
Default value: false
substance :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 395
Default value: false
takeable :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 423
Default value: false
tangible :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 337
Default value: false
visible :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 431
Default value: false
visible :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 440
Default value: false
worn :Boolean
Defined in: adventure/dictionary/NounMustBe.js, line 449
Default value: false