C# Class FOnline.Location

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

Public Methods

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

Private Methods

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

Method Details

AddRef() public method

public AddRef ( ) : void
return void

GetLocation() public static method

public static GetLocation ( uint loc_id ) : Location
loc_id uint
return Location

GetMap() public method

public GetMap ( ushort pid ) : Map
pid ushort
return Map

GetMapByIndex() public method

public GetMapByIndex ( uint index ) : Map
index uint
return Map

GetMapCount() public method

public GetMapCount ( ) : uint
return uint

GetMaps() public method

public GetMaps ( MapArray maps ) : uint
maps MapArray
return uint

GetProtoId() public method

public GetProtoId ( ) : ushort
return ushort

Release() public method

public Release ( ) : void
return void

Reload() public method

public Reload ( ) : void
return void

Update() public method

public Update ( ) : void
return void