C# 클래스 FOnline.NpcPlane

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

공개 메소드들

메소드 설명
AddRef ( ) : void
GetChild ( uint index ) : NpcPlane
GetCopy ( ) : NpcPlane
Misc_SetScript ( string func_name ) : bool
Release ( ) : void
SetChild ( NpcPlane child ) : NpcPlane

비공개 메소드들

메소드 설명
AddRef ( IntPtr ptr ) : void
NpcPlane_GetChild ( IntPtr thisptr, uint index ) : IntPtr
NpcPlane_GetCopy ( IntPtr thisptr ) : IntPtr
NpcPlane_Misc_SetScript ( IntPtr thisptr, IntPtr func_name ) : bool
NpcPlane_SetChild ( IntPtr thisptr, IntPtr child ) : IntPtr
Release ( IntPtr ptr ) : void

메소드 상세

AddRef() 공개 메소드

public AddRef ( ) : void
리턴 void

GetChild() 공개 메소드

public GetChild ( uint index ) : NpcPlane
index uint
리턴 NpcPlane

GetCopy() 공개 메소드

public GetCopy ( ) : NpcPlane
리턴 NpcPlane

Misc_SetScript() 공개 메소드

public Misc_SetScript ( string func_name ) : bool
func_name string
리턴 bool

Release() 공개 메소드

public Release ( ) : void
리턴 void

SetChild() 공개 메소드

public SetChild ( NpcPlane child ) : NpcPlane
child NpcPlane
리턴 NpcPlane