Object::notifyStreaming: Difference between revisions
m (Added property default) |
m (Update link) |
||
| Line 1: | Line 1: | ||
This property, if true, will call | This property, if true, will call [[EntityStreamIn|EntityStreamIn]] for the Object. | ||
'''Default:''' false | '''Default:''' false | ||
Revision as of 15:56, 21 June 2020
This property, if true, will call 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