EntitySpawnerEventsBroadcaster

Documents the EntitySpawnerEventsBroadcaster class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

Invoking EntitySpawnerEventsBroadcaster

To invoke the entity spawner events broadcaster, use the following Global function:

eseb = Game.EntitySpawnerEventsBroadcaster()

Sub-functions

RegisterSpawnerEventPSListener

RegisterSpawnerEventPSListener(spawnerOrCommunityId : EntityID, communityEntryName : CName, psListenerPersistentId : PersistentID, psListenerClassName : CName) : Uint32;

UnregisterSpawnerEventPSListener

UnregisterSpawnerEventPSListener(registerId : Uint32);

Last updated