C# Class FOnline.Server.Location

Afficher le fichier Open project: rotators/fosdk 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 ( IList maps ) : uint
GetProtoId ( ) : ushort
RaiseFinish ( bool to_delete ) : void
Release ( ) : void
Reload ( ) : void
Update ( ) : void

Private Methods

Méthode Description
AddRef ( IntPtr ptr ) : void
Create ( IntPtr ptr ) : Location
GetAutoGarbage ( IntPtr loc ) : bool
GetColor ( IntPtr loc ) : uint
GetGeckCount ( IntPtr loc ) : int
GetGeckVisible ( IntPtr loc ) : bool
GetId ( IntPtr loc ) : uint
GetIsNotValid ( IntPtr loc ) : bool
GetRadius ( IntPtr loc ) : ushort
GetVisible ( IntPtr loc ) : bool
GetWorldX ( IntPtr loc ) : ushort
GetWorldY ( IntPtr loc ) : ushort
Global_GetLocation ( uint loc_id ) : IntPtr
Location ( IntPtr ptr ) : System
Location_GetMap ( IntPtr thisptr, ushort pid ) : IntPtr
Location_GetMapByIndex ( IntPtr thisptr, uint index ) : IntPtr
Location_GetMapCount ( IntPtr thisptr ) : uint
Location_GetMaps ( IntPtr thisptr, IList maps ) : uint
Location_GetProtoId ( IntPtr thisptr ) : ushort
Location_Reload ( IntPtr thisptr ) : void
Location_Update ( IntPtr thisptr ) : void
RaiseEnter ( IList group, ushort entrance ) : bool
Release ( IntPtr ptr ) : void
Remove ( Location loc ) : void
SetAutoGarbage ( IntPtr loc, bool val ) : void
SetColor ( IntPtr loc, uint val ) : void
SetGeckCount ( IntPtr loc, int val ) : void
SetGeckVisible ( IntPtr loc, bool val ) : void
SetRadius ( IntPtr loc, ushort val ) : void
SetVisible ( IntPtr loc, bool val ) : void
SetWorldX ( IntPtr loc, ushort val ) : void
SetWorldY ( IntPtr loc, ushort val ) : 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 ( IList maps ) : uint
maps IList
Résultat uint

GetProtoId() public méthode

public GetProtoId ( ) : ushort
Résultat ushort

RaiseFinish() public méthode

public RaiseFinish ( bool to_delete ) : void
to_delete bool
Résultat void

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