Table of Contents

Class AiControllerLogic

Namespace
LiteEntitySystem
Assembly
LiteEntitySystem.dll

Base class for AI Controller entities

[EntityFlags(EntityFlags.Updateable)]
public abstract class AiControllerLogic : ControllerLogic, IComparable<InternalEntity>
Inheritance
object
AiControllerLogic
Implements
Derived
Inherited Members

Constructors

AiControllerLogic(EntityParams)

protected AiControllerLogic(EntityParams entityParams)

Parameters

entityParams EntityParams

Properties

IsBot

Is controller - AI controller

public override bool IsBot { get; }

Property Value

bool