Cronous Emulation Server Daemon

NonPlayerCharacter.dispatch_player_viewers Method

Dispatches packets to all player characters in FOV.

Overload List

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[]);

See Also

NonPlayerCharacter Class | croemud.character Namespace