Object::notifyStreaming: Difference between revisions
m (→Example: server side) |
m (server side property) |
||
| Line 19: | Line 19: | ||
[[Category:Object API]] | [[Category:Object API]] | ||
[[Category: | [[Category:Server-side Property]] | ||
Revision as of 15:59, 21 June 2020
This property, if true, will call EntityStreamIn for the Object.
Default: false
Setter
- Boolean
Example
Server-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