IsPlayerTalking

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
IsPlayerTalking

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Check if a player is talking or not.

Syntax

IsPlayerTalking(player)

Parameters

  • player
    The player identifier.

Return Value

  • Returns true on success.

Example

print("Talking: " .. IsPlayerTalking(player) and "Yes" or "No")

See also