-
Notifications
You must be signed in to change notification settings - Fork 9
scope
selfsame edited this page Jan 18, 2015
·
5 revisions
context.understood.scope()
gets or sets the contextual scope, this is currently used to filter player entities for report
calls, but may be useful for general purpose systems.
This scope is a game/
construct, the result of recursive dispatching based on the player, verb, and object argument index. It's used to get the initial collection of entities to try to resolve inputted object strings against.
The current iplementation of this is in game/standard/player/input.py and game/standard/scope.py