Cronous Emulation Server Daemon

Character.dispatch_player_viewers Method

Dispatches a packet to all player characters in FOV.

Overload List

Dispatches a packet to all player characters in FOV.

[Visual Basic] Public Sub dispatch_player_viewers(ByVal Packet)
[C#] public void dispatch_player_viewers(Packet);
[C++] public: void dispatch_player_viewers(Packet*);
[JScript] public function dispatch_player_viewers(Packet);

Dispatches packets to all player characters in FOV.

[Visual Basic] MustOverride  OverloadsPublic Sub dispatch_player_viewers(ByVal Packet())
[C#] public abstract void dispatch_player_viewers(Packet[]);
[C++] public: abstract void dispatch_player_viewers(Packet* __gc[]);
[JScript] public abstract function dispatch_player_viewers(Packet[]);

See Also

Character Class | croemud.character Namespace