Cronous Emulation Server Daemon

Character._fov Field

Field of view.

[Visual Basic]
Protected _fov As MapArea()
[C#]
protected MapArea[] _fov;
[C++]
protected: MapArea* _fov __gc[];
[JScript]
protected var _fov: MapArea[];

See Also

Character Class | croemud.character Namespace