C# 클래스 SagaDB.Actors.Actor

파일 보기 프로젝트 열기: Willyham/SagaRO2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Actor ( ) : System

메소드 상세

Actor() 공개 메소드

public Actor ( ) : System
리턴 System

프로퍼티 상세

Tasks 공개적으로 프로퍼티

public Dictionary Tasks
리턴 MultiRunTask>.Dictionary

guild 공개적으로 프로퍼티

public uint guild
리턴 uint

id 공개적으로 프로퍼티

public uint id
리턴 uint

invisble 공개적으로 프로퍼티

public bool invisble
리턴 bool

mapID 공개적으로 프로퍼티

public byte mapID
리턴 byte

maxMoveRange 공개적으로 프로퍼티

public uint maxMoveRange
리턴 uint

name 공개적으로 프로퍼티

public string name
리턴 string

region 공개적으로 프로퍼티

public uint region
리턴 uint

sightRange 공개적으로 프로퍼티

public uint sightRange
리턴 uint

stance 공개적으로 프로퍼티

public Global.STANCE stance
리턴 Global.STANCE

state 공개적으로 프로퍼티

public byte state
리턴 byte

type 공개적으로 프로퍼티

public ActorType type
리턴 ActorType

x 공개적으로 프로퍼티

public float x
리턴 float

yaw 공개적으로 프로퍼티

public int yaw
리턴 int