Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Bow

Performs the “bow” gesture — the character bows as an emote.

Выполняет жест «поклон» — персонаж кланяется.

Pascal

procedure Bow;

Python

def Bow() -> None: ...

Pascal Example

begin
  Bow;
  Wait(2000);
  Salute;
end.

Python Example

Bow()
Wait(2000)
Salute()

See Also

Salute