Dispatches a packet to all player characters in FOV.
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[]);
Character Class | croemud.character Namespace