engineGetPoolUsedCapacity | Multi Theft Auto: Wiki Skip to content

engineGetPoolUsedCapacity

Client-side
Server-side
Shared
Needs checking

This function was partially migrated from the old wiki. Please review manually:

  • Missing section: Engine pools

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function returns the used capacity of the provided pool.

Syntax

number engineGetPoolUsedCapacity ( string pool )
Required Arguments
  • pool: Name of the pool

Returns

  • number: value

The used capacity of the provided pool as positive number

Code Examples

Script Example Missing

Function engineGetPoolUsedCapacity needs a script example. Help out by writing one.

Contribution guidelines

See Also

Engine Functions
Engine Elements