Cronous Emulation Server Daemon

MonsterCharacter.fov_range Property

Field of view range.

[Visual Basic]
Public Property fov_range As Integer
[C#]
public int fov_range { get; set; }
[C++]
public: __property int get_fov_range();
public: __property void set_fov_range(int );
[JScript]
public function get fov_range() : int
public function set fov_range(int);

See Also

MonsterCharacter Class | croemud.character Namespace