C# Class SagaDB.Actors.Actor

Afficher le fichier Open project: Willyham/SagaRO2 Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Actor ( ) : System

Method Details

Actor() public méthode

public Actor ( ) : System
Résultat System

Property Details

Tasks public_oe property

public Dictionary Tasks
Résultat MultiRunTask>.Dictionary

guild public_oe property

public uint guild
Résultat uint

id public_oe property

public uint id
Résultat uint

invisble public_oe property

public bool invisble
Résultat bool

mapID public_oe property

public byte mapID
Résultat byte

maxMoveRange public_oe property

public uint maxMoveRange
Résultat uint

name public_oe property

public string name
Résultat string

region public_oe property

public uint region
Résultat uint

sightRange public_oe property

public uint sightRange
Résultat uint

stance public_oe property

public Global.STANCE stance
Résultat Global.STANCE

state public_oe property

public byte state
Résultat byte

type public_oe property

public ActorType type
Résultat ActorType

x public_oe property

public float x
Résultat float

yaw public_oe property

public int yaw
Résultat int