IsObjectStreamedIn

From Onset Developer Wiki
Revision as of 08:02, 29 December 2019 by 28days (talk | contribs)
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.
IsObjectStreamedIn

Type: Function
Context: Server
Introduced: v1.0

Description

CHeck whether the specified object is streamed in or not for the player.

Syntax

IsObjectStreamedIn(player, object)

Parameters

  • player
    The player identifier.
  • object
    The object identifier.

Return Value

  • This function returns true on success.

Example

if IsObjectStreamedIn(playerId, objectId) then
    print("The object is streamed in for the player.")
end

See also