C# 클래스 FOnline.Location

파일 보기 프로젝트 열기: wladimiiir/vault112 1 사용 예제들

공개 메소드들

메소드 설명
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