GameWorld.ListEventsAlgorithm Property

Fight Game AI Demo

GameWorldListEventsAlgorithm Property
Gets or sets the list events algorithm.

Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<string> ListEventsAlgorithm { get; set; }

Property Value

Type: ListString
The list events algorithm.

Implements

IGameWorldListEventsAlgorithm
See Also