Difference between revisions of "IsObjectStreamedIn"
From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|IsObjectStreamedIn(player, object)}} {{FuncParameters}} {{FuncParam|player|__EDIT_ME__}} {{FuncPar...") |
|||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Server|1.0}} | ||
− | {{FuncDescription| | + | {{FuncDescription|CHeck whether the specified object is streamed in or not for the player.}} |
{{FuncSyntax|IsObjectStreamedIn(player, object)}} | {{FuncSyntax|IsObjectStreamedIn(player, object)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
− | {{FuncParam|player| | + | {{FuncParam|player|The player identifier.}} |
− | {{FuncParam|object| | + | {{FuncParam|object|The object identifier.}} |
− | {{FuncReturnValue| | + | {{FuncReturnValue|This function returns '''true''' on success.}} |
== Example == | == Example == | ||
− | + | <syntaxhighlight lang="Lua"> | |
+ | if IsObjectStreamedIn(playerId, objectId) then | ||
+ | print("The object is streamed in for the player.") | ||
+ | end | ||
+ | </syntaxhighlight> | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
− | + | {{ObjectFunctions}} |
Latest revision as of 09:02, 29 December 2019
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
- CreateObject
- DestroyObject
- IsValidObject
- GetObjectCount
- GetObjectModel
- IsObjectStreamedIn
- SetObjectStreamDistance
- SetObjectLocation
- GetObjectLocation
- SetObjectRotation
- GetObjectRotation
- SetObjectScale
- GetObjectScale
- SetObjectAttached
- SetObjectDetached
- IsObjectAttached
- GetObjectAttachmentInfo
- IsObjectMoving
- SetObjectMoveTo
- StopObjectMove
- SetObjectRotateAxis
- GetObjectModelCount
- GetObjectMass
- GetStreamedObjects
- GetObjectBoundingBox
- GetObjectSize
- EnableObjectHitEvents
- SetObjectEditable
- SetObjectOutline
- SetObjectColor
- SetObjectEmissiveColor
- SetObjectTexture
- SetObjectAnimatedTexture
- SetObjectCastShadow
- SetObjectDimension
- GetObjectActor
- GetAllObjects
- SetObjectModel