Skip to content
DummkopfOfHachtenduden edited this page Sep 19, 2021 · 1 revision

Starts the scripting context. The IsCinematic parameter enables the *player tag, hides UI and prevents input. The HideFlag can be combined using '|'. INVISIBLE_PLAYER will hide your player. INVISIBLE_USER will hide other players.

Parameters

Nr Name Type Value range
1. IsCinematic bool 0 or 1
2. HideFlag (optional) enum INVISIBLE_PLAYER, INVISIBLE_USER

Example(s)

0.0 S_Start 0
0.0 S_Start 1 INVISIBLE_USER|INVISIBLE_PLAYER

See also

Clone this wiki locally