Метод | Описание | |
---|---|---|
CreateLocation ( ushort pid, ushort wx, ushort wy, CritterArray critters ) : uint | ||
DeleteLocation ( uint loc_id ) : void | ||
FromNativeMap ( |
||
GetAllLocations ( ushort pid, LocationArray locations ) : uint | ||
GetAllMaps ( ushort pid, MapArray maps ) : uint | ||
GetLocation ( uint loc_id ) : |
||
GetLocationByPid ( ushort pid, uint skip_count ) : |
||
GetLocations ( ushort wx, ushort wy, uint radius, LocationArray locations ) : uint | ||
GetMap ( uint map_id ) : |
||
GetMapByPid ( ushort pid, uint skip_count ) : Map | ||
GetVisibleLocations ( ushort wx, ushort wy, uint radius, Critter visible_for, LocationArray locations ) : uint | ||
GetZoneLocationIds ( ushort zx, ushort zy, uint zone_radius, UIntArray location_ids ) : uint |
Метод | Описание | |
---|---|---|
Global_CreateLocation ( ushort pid, ushort wx, ushort wy, IntPtr critters ) : uint | ||
Global_DeleteLocation ( uint loc_id ) : void | ||
Global_GetAllLocations ( ushort pid, IntPtr array ) : uint | ||
Global_GetAllMaps ( ushort pid, IntPtr array ) : uint | ||
Global_GetLocation ( uint loc_id ) : IntPtr | ||
Global_GetLocationByPid ( ushort pid, uint skip_count ) : IntPtr | ||
Global_GetLocations ( ushort wx, ushort wy, uint radius, IntPtr locations ) : uint | ||
Global_GetMap ( uint map_id ) : IntPtr | ||
Global_GetMapByPid ( ushort pid, uint skip_count ) : IntPtr | ||
Global_GetVisibleLocations ( ushort wx, ushort wy, uint radius, IntPtr visible_for, IntPtr locations ) : uint | ||
Global_GetZoneLocationIds ( ushort zx, ushort zy, uint zone_radius, IntPtr location_ids ) : uint | ||
Map_FromNative ( IntPtr ptr ) : Map |
public CreateLocation ( ushort pid, ushort wx, ushort wy, CritterArray critters ) : uint | ||
pid | ushort | |
wx | ushort | |
wy | ushort | |
critters | CritterArray | |
Результат | uint |
public DeleteLocation ( uint loc_id ) : void | ||
loc_id | uint | |
Результат | void |
public FromNativeMap ( |
||
ptr | ||
Результат |
public GetAllLocations ( ushort pid, LocationArray locations ) : uint | ||
pid | ushort | |
locations | LocationArray | |
Результат | uint |
public GetAllMaps ( ushort pid, MapArray maps ) : uint | ||
pid | ushort | |
maps | MapArray | |
Результат | uint |
public GetLocation ( uint loc_id ) : |
||
loc_id | uint | |
Результат |
public GetLocationByPid ( ushort pid, uint skip_count ) : |
||
pid | ushort | |
skip_count | uint | |
Результат |
public GetLocations ( ushort wx, ushort wy, uint radius, LocationArray locations ) : uint | ||
wx | ushort | |
wy | ushort | |
radius | uint | |
locations | LocationArray | |
Результат | uint |
public GetMapByPid ( ushort pid, uint skip_count ) : Map | ||
pid | ushort | |
skip_count | uint | |
Результат | Map |
public GetVisibleLocations ( ushort wx, ushort wy, uint radius, Critter visible_for, LocationArray locations ) : uint | ||
wx | ushort | |
wy | ushort | |
radius | uint | |
visible_for | Critter | |
locations | LocationArray | |
Результат | uint |
public GetZoneLocationIds ( ushort zx, ushort zy, uint zone_radius, UIntArray location_ids ) : uint | ||
zx | ushort | |
zy | ushort | |
zone_radius | uint | |
location_ids | UIntArray | |
Результат | uint |