Skip to content
selfsame edited this page Jan 18, 2015 · 5 revisions

scope

a list of entities for a game specific locality

contextual scope

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.

verb invokation scope

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

Clone this wiki locally