Dispatches packets to all player characters in FOV.
Dispatches a packet to all player characters in FOV.
Inherited from Character.
[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] Overrides OverloadsPublic Sub dispatch_player_viewers(ByVal Packet())
[C#] public override void dispatch_player_viewers(Packet[]);
[C++] public: void dispatch_player_viewers(Packet* __gc[]);
[JScript] public override function dispatch_player_viewers(Packet[]);
NonPlayerCharacter Class | croemud.character Namespace