Difference between revisions of "ContextInfo"

From AI Product Manuals
Jump to navigationJump to search
(Initial Entries)
 
m
 
Line 1: Line 1:
{{IAUS Header}}
ContextInfo is a class containing much of the information needed to score and execute decisions. It includes a reference the [[Brain]] to which it belongs, the desired [[Behavior]] to be executed, a pointer to the [[AIEntity]] that is the owner of the behavior, a pointer to the AIEntity of the [[Target]] (if there is one), a [[LocationProxy]] describing a targeted location (if there is one), and a reference to the end time of the last usage of this particular [[Context]].
ContextInfo is a class containing much of the information needed to score and execute decisions. It includes a reference the [[Brain]] to which it belongs, the desired [[Behavior]] to be executed, a pointer to the [[AIEntity]] that is the owner of the behavior, a pointer to the AIEntity of the [[Target]] (if there is one), a [[LocationProxy]] describing a targeted location (if there is one), and a reference to the end time of the last usage of this particular [[Context]].

Latest revision as of 03:14, 29 September 2021

This page is part of the IAUS Manual.BrainBehaviorBehavior TypeDecisionAI Entity

ContextInfo is a class containing much of the information needed to score and execute decisions. It includes a reference the Brain to which it belongs, the desired Behavior to be executed, a pointer to the AIEntity that is the owner of the behavior, a pointer to the AIEntity of the Target (if there is one), a LocationProxy describing a targeted location (if there is one), and a reference to the end time of the last usage of this particular Context.