C# Class FOnline.Location

Afficher le fichier Open project: wladimiiir/vault112 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddRef ( ) : void
Résultat void

GetLocation() public static méthode

public static GetLocation ( uint loc_id ) : Location
loc_id uint
Résultat Location

GetMap() public méthode

public GetMap ( ushort pid ) : Map
pid ushort
Résultat Map

GetMapByIndex() public méthode

public GetMapByIndex ( uint index ) : Map
index uint
Résultat Map

GetMapCount() public méthode

public GetMapCount ( ) : uint
Résultat uint

GetMaps() public méthode

public GetMaps ( MapArray maps ) : uint
maps MapArray
Résultat uint

GetProtoId() public méthode

public GetProtoId ( ) : ushort
Résultat ushort

Release() public méthode

public Release ( ) : void
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void