C# 클래스 ExampleMod.NPCs.Worm

상속: Terraria.ModLoader.ModNPC
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 프로퍼티들

프로퍼티 타입 설명
bodyType int
directional bool
flies bool
head bool
headType int
maxLength int
minLength int
speed float
tail bool
tailType int
turnSpeed float

공개 메소드들

메소드 설명
AI ( ) : void
CustomBehavior ( ) : void
Init ( ) : void
ShouldRun ( ) : bool

메소드 상세

AI() 공개 메소드

public AI ( ) : void
리턴 void

CustomBehavior() 공개 메소드

public CustomBehavior ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

ShouldRun() 공개 메소드

public ShouldRun ( ) : bool
리턴 bool

프로퍼티 상세

bodyType 공개적으로 프로퍼티

public int bodyType
리턴 int

directional 공개적으로 프로퍼티

public bool directional
리턴 bool

flies 공개적으로 프로퍼티

public bool flies
리턴 bool

head 공개적으로 프로퍼티

public bool head
리턴 bool

headType 공개적으로 프로퍼티

public int headType
리턴 int

maxLength 공개적으로 프로퍼티

public int maxLength
리턴 int

minLength 공개적으로 프로퍼티

public int minLength
리턴 int

speed 공개적으로 프로퍼티

public float speed
리턴 float

tail 공개적으로 프로퍼티

public bool tail
리턴 bool

tailType 공개적으로 프로퍼티

public int tailType
리턴 int

turnSpeed 공개적으로 프로퍼티

public float turnSpeed
리턴 float