IsPlayerTalking: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<syntaxhighlight> | |||
__EDIT_ME__ | __EDIT_ME__ | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 12:26, 2 September 2020
Description
Check if a player is talking or not.
Syntax
IsPlayerTalking(player)
Parameters
- player
The player identifier.
Return Value
- Returns true on success.
Example
__EDIT_ME__