C# Класс FOnline.NpcPlane

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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