EntitySpawnerEventsBroadcaster

Documents the EntitySpawnerEventsBroadcaster class and its functions.

triangle-exclamation

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