Object::notifyStreaming: Difference between revisions
m (Update link) |
m (→Example: server side) |
||
| Line 8: | Line 8: | ||
== Example == | == Example == | ||
{{ | {{ServersideCode| | ||
<pre> | <pre> | ||
const object = mp.objects.new('prop_cs_box_clothes', new mp.Vector3(500, 500, 500)); // Untested inside Options | const object = mp.objects.new('prop_cs_box_clothes', new mp.Vector3(500, 500, 500)); // Untested inside Options | ||
Revision as of 15:58, 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