engineGetPoolCapacity | Multi Theft Auto: Wiki Skip to content

engineGetPoolCapacity

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 capacity of the provided pool.

Syntax

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

Returns

  • number: value

The capacity of the provided pool as positive number

Code Examples

Script Example Missing

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

Contribution guidelines

See Also

Engine Functions
Engine Elements