GetBlobSize

From King Arthur's Gold Wiki
Revision as of 22:08, 14 August 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the number of CBlobs that are currently active.

u32 getBlobsSize()

Usage example:

for ( i = 0; i < getBlobsSize(); i++ )
{
  [[CBlob]]@ blob = [[getBlob]](i);
  // Do something to the blob
}