Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_System::PrepareEntityFromPool Method
Syntax
C++
int PrepareEntityFromPool(IFunctionHandler* pH);
Parameters 
Description 
entityId 
Entity identifier. 
bPrepareNow 
(optional) Specifies whether the pooled entity shall be prepared immediately rather than queuing a request in case there is a preparation already in progress. 

!

System.PrepareEntityFromPool(entityId)

!  

!  

! Prepares the given bookmarked entity from the pool, bringing it into existence. 

!Entity pool management @param nID the entity id @param bPrepareNow (optional) whether the entity shall get prepared immediately, rather than enqueuing a request if another entity is already being prepared

Copyright (c) 2012. All rights reserved.