Class world_state

World state describing whole world state in action planning.

Overrides operators: <, ==

Source

C++ class world_state

Custom Constructor

world_state

Hierarchy

Constructors

Properties

__name: string

Name of luabind class constructor.

__name: string

Name of luabind class instance constructor.

Methods

  • Set property for world state.

    Parameters

    Returns void

  • Check if provided state is subset of current one.

    Parameters

    Returns boolean

    whether current world state includes provided state

  • Remove world property from current world state.

    Parameters

    • id: number

      identifier of the property to remove

    Returns void

Generated using TypeDoc