C# Class SagaDB.Actors.Actor

Show file Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
Tasks MultiRunTask>.Dictionary
guild uint
id uint
invisble bool
mapID byte
maxMoveRange uint
name string
region uint
sightRange uint
stance Global.STANCE
state byte
type ActorType
x float
yaw int

Public Methods

Method Description
Actor ( ) : System

Method Details

Actor() public method

public Actor ( ) : System
return System

Property Details

Tasks public property

public Dictionary Tasks
return MultiRunTask>.Dictionary

guild public property

public uint guild
return uint

id public property

public uint id
return uint

invisble public property

public bool invisble
return bool

mapID public property

public byte mapID
return byte

maxMoveRange public property

public uint maxMoveRange
return uint

name public property

public string name
return string

region public property

public uint region
return uint

sightRange public property

public uint sightRange
return uint

stance public property

public Global.STANCE stance
return Global.STANCE

state public property

public byte state
return byte

type public property

public ActorType type
return ActorType

x public property

public float x
return float

yaw public property

public int yaw
return int