Difference between revisions of "CRespawn::QueueOnBlob"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CRespawnQueueActor@ QueueOnBlob( CPlayer@ player, int team, int classnum, f32 seconds, CBlob @respawnBlob) CResp...")
 
(No difference)

Latest revision as of 08:22, 9 September 2012



 
 CRespawnQueueActor@ QueueOnBlob( CPlayer@ player, int team, int classnum, f32 seconds, CBlob @respawnBlob)
 CRespawnQueueActor@ QueueOnBlob( CPlayer@ player, int team, const string &in actorClassName, const string &in actorConfigfile, f32 seconds, CBlob @respawnBlob)

Object method of: CRespawn