GetBlobSize
From King Arthur's Gold Wiki
Revision as of 14:19, 15 August 2012 by Shadlington (Talk | contribs)
Returns the number of CBlobs that currently exist.
u32 getBlobsSize()
Usage example:
for ( int i = 0; i < getBlobsSize(); i++ ) { [[CBlob]]@ blob = [[getBlob]](i); // Do something to the blob }