Function __global->get_effect_set
Definitions
sources/chat_sounds.php
- Get the list of all available chat sound effects.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $only_overridable | boolean | No | No | False | N/A | N/A | Map to null if it is not overridable |
Returns
- All available sound effects (mapping between base code, and actual code)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the list of all available chat sound effects.
*
* @param boolean $only_overridable Map to null if it is not overridable
* @return array All available sound effects (mapping between base code, and actual code)
*/
function get_effect_set(bool $only_overridable = false) : array
* Get the list of all available chat sound effects.
*
* @param boolean $only_overridable Map to null if it is not overridable
* @return array All available sound effects (mapping between base code, and actual code)
*/
function get_effect_set(bool $only_overridable = false) : array

