Difference between revisions of "CBlob::UnSettle"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void UnSettle() </syntaxhighlight> Object method of: CBlob Category:Scripting Category:Object Methods")
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
Unsettles object in physical world
 
</onlyinclude>
 
</onlyinclude>
 
   
 
   
 +
This is exact opposite of function: Settle, to underastand what it does, read following article:
 +
https://wiki.kag2d.com/wiki/CBlob::Settle
 +
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
 
void UnSettle()
 
void UnSettle()
 
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Revision as of 23:16, 1 October 2012

Unsettles object in physical world


This is exact opposite of function: Settle, to underastand what it does, read following article: https://wiki.kag2d.com/wiki/CBlob::Settle

void UnSettle()

Object method of: CBlob