Object::notifyStreaming: Difference between revisions
(Added this properties page after notification of it existing and what it does in the Discord) |
m (Added property default) |
||
| Line 1: | Line 1: | ||
This property, if true, will call https://wiki.rage.mp/index.php?title=EntityStreamIn for the Object. | This property, if true, will call https://wiki.rage.mp/index.php?title=EntityStreamIn for the Object. | ||
'''Default:''' false | |||
==Setter== | ==Setter== | ||
Revision as of 15:55, 21 June 2020
This property, if true, will call https://wiki.rage.mp/index.php?title=EntityStreamIn for the Object.
Default: false
Setter
- Boolean
Example
Client-Side
const object = mp.objects.new('prop_cs_box_clothes', new mp.Vector3(500, 500, 500)); // Untested inside Options
object.notifyStreaming = true;
See Also
- Functions:
- Object::Object
- Object::ObjectWeak
- Object::ObjectWeapon
- Object.hasBeenBroken
- Object.isVisible
- Object.markForDeletion
- Object.placeOnGroundProperly
- Object.setActivatePhysicsAsSoonAsItIsUnfrozen
- Object.setPhysicsParams
- Object.setTargettable
- Object.slide
- Object.createGlowStyle
- Object.releaseGlowStyle
- Object.modifyGlowStyle
- Object.enableGlow