Cronous Emulation Server Daemon

Character.fov Property

Field of view.

[Visual Basic]
Public Property ReadOnly fov As MapArea()
[C#]
public MapArea[] fov { get; }
[C++]
public: __property MapArea* get_fov() __gc[];
[JScript]
public function get fov() : MapArea[]

See Also

Character Class | croemud.character Namespace