I don't need to test my programs. I have an error-correcting modem.
UE3:GameCrowdSpawnerInterface (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:39, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 2))
Interface >> GameCrowdSpawnerInterface |
- Package:
- GameFramework
- Known implementing classes:
- GameCrowdPopulationManager
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Used by classes which spawn crowd agents and want to be notified when they are destroyed.
Instance functions[edit]
AddToAgentPool[edit]
function bool AddToAgentPool (GameCrowdAgent Agent)
AgentDestroyed[edit]
function AgentDestroyed (GameCrowdAgent Agent)