Cronous Emulation Server Daemon

MapEngine.retrieve_delta_field_of_view Method 

Retrieves the field of view's entering and leaving areas while changing center area.

[Visual Basic]
Public Sub retrieve_delta_field_of_view( _ 
   ByVal src As MapArea, _ 
   ByVal dst As MapArea, _ 
   ByVal entering As Hashtable, _ 
   ByVal leaving As Hashtable _ 
)
[C#]
public void retrieve_delta_field_of_view(
   MapArea src,
   MapArea dst,
   Hashtable entering,
   Hashtable leaving
);
[C++]
public: void retrieve_delta_field_of_view(
   MapArea* src,
   MapArea* dst,
   Hashtable* entering,
   Hashtable* leaving
);
[JScript]
public function retrieve_delta_field_of_view(
   MapArea src,
   MapArea dst,
   Hashtable entering,
   Hashtable leaving
);

Parameters

src
Source area.
dst
Destination area.
entering
List where the entering areas are stored.
leaving
List where the leaving areas are stored.

See Also

MapEngine Class | croemud.map Namespace