OnDoorStreamIn

From Onset Developer Wiki
Revision as of 12:55, 2 October 2021 by Voltaism (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
OnDoorStreamIn

Type: Event
Context: Client
Introduced: v1.0

Description

This event is called when a player streams in the door.

Syntax

OnDoorStreamIn(door)

Parameters

  • door
    The door identifier which streamed in.

Example

AddEvent("OnDoorStreamIn", function (door)
    AddPlayerChat("OH! You just streamed in a door "..door..".")
end)

See also