C# Class SagaDB.Actors.Actor

ファイルを表示 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_oe property

public Dictionary Tasks
return MultiRunTask>.Dictionary

guild public_oe property

public uint guild
return uint

id public_oe property

public uint id
return uint

invisble public_oe property

public bool invisble
return bool

mapID public_oe property

public byte mapID
return byte

maxMoveRange public_oe property

public uint maxMoveRange
return uint

name public_oe property

public string name
return string

region public_oe property

public uint region
return uint

sightRange public_oe property

public uint sightRange
return uint

stance public_oe property

public Global.STANCE stance
return Global.STANCE

state public_oe property

public byte state
return byte

type public_oe property

public ActorType type
return ActorType

x public_oe property

public float x
return float

yaw public_oe property

public int yaw
return int