C# Class FOnline.NpcPlane

ファイルを表示 Open project: wladimiiir/vault112 Class Usage Examples

Public Methods

Method Description
AddRef ( ) : void
GetChild ( uint index ) : NpcPlane
GetCopy ( ) : NpcPlane
Misc_SetScript ( string func_name ) : bool
Release ( ) : void
SetChild ( NpcPlane child ) : NpcPlane

Private Methods

Method Description
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

Method Details

AddRef() public method

public AddRef ( ) : void
return void

GetChild() public method

public GetChild ( uint index ) : NpcPlane
index uint
return NpcPlane

GetCopy() public method

public GetCopy ( ) : NpcPlane
return NpcPlane

Misc_SetScript() public method

public Misc_SetScript ( string func_name ) : bool
func_name string
return bool

Release() public method

public Release ( ) : void
return void

SetChild() public method

public SetChild ( NpcPlane child ) : NpcPlane
child NpcPlane
return NpcPlane