C# Класс FOnline.Location

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

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

Метод Описание
AddRef ( ) : void
GetLocation ( uint loc_id ) : Location
GetMap ( ushort pid ) : Map
GetMapByIndex ( uint index ) : Map
GetMapCount ( ) : uint
GetMaps ( MapArray maps ) : uint
GetProtoId ( ) : ushort
Release ( ) : void
Reload ( ) : void
Update ( ) : void

Приватные методы

Метод Описание
AddRef ( IntPtr ptr ) : void
Global_GetLocation ( uint loc_id ) : IntPtr
Location_GetMap ( IntPtr thisptr, ushort pid ) : IntPtr
Location_GetMapByIndex ( IntPtr thisptr, uint index ) : IntPtr
Location_GetMapCount ( IntPtr thisptr ) : uint
Location_GetMaps ( IntPtr thisptr, IntPtr maps ) : uint
Location_GetProtoId ( IntPtr thisptr ) : ushort
Location_Reload ( IntPtr thisptr ) : void
Location_Update ( IntPtr thisptr ) : void
Release ( IntPtr ptr ) : void

Описание методов

AddRef() публичный Метод

public AddRef ( ) : void
Результат void

GetLocation() публичный статический Метод

public static GetLocation ( uint loc_id ) : Location
loc_id uint
Результат Location

GetMap() публичный Метод

public GetMap ( ushort pid ) : Map
pid ushort
Результат Map

GetMapByIndex() публичный Метод

public GetMapByIndex ( uint index ) : Map
index uint
Результат Map

GetMapCount() публичный Метод

public GetMapCount ( ) : uint
Результат uint

GetMaps() публичный Метод

public GetMaps ( MapArray maps ) : uint
maps MapArray
Результат uint

GetProtoId() публичный Метод

public GetProtoId ( ) : ushort
Результат ushort

Release() публичный Метод

public Release ( ) : void
Результат void

Reload() публичный Метод

public Reload ( ) : void
Результат void

Update() публичный Метод

public Update ( ) : void
Результат void