C# 클래스 Grave, UnderworldExporter

상속: Item
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GraveID int

공개 메소드들

메소드 설명
ActivateByObject ( GameObject ObjectUsed ) : bool

Activation of this object by another. EG key on door

LookAt ( ) : bool

Plays cutscene that displays the gravestone.

UseObjectOnVerb_World ( ) : string
use ( ) : bool

메소드 상세

ActivateByObject() 공개 메소드

Activation of this object by another. EG key on door
public ActivateByObject ( GameObject ObjectUsed ) : bool
ObjectUsed GameObject Object used.
리턴 bool

LookAt() 공개 메소드

Plays cutscene that displays the gravestone.
public LookAt ( ) : bool
리턴 bool

UseObjectOnVerb_World() 공개 메소드

public UseObjectOnVerb_World ( ) : string
리턴 string

use() 공개 메소드

public use ( ) : bool
리턴 bool

프로퍼티 상세

GraveID 공개적으로 프로퍼티

public int GraveID
리턴 int