engineGetPoolDefaultCapacity | Multi Theft Auto: Wiki Skip to content

engineGetPoolDefaultCapacity

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

Syntax

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

Returns

  • number: value

The default capacity of the provided pool as positive number

Code Examples

Script Example Missing

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

Contribution guidelines

See Also

Engine Functions
Engine Elements