natives.CREATE SINGLE PARTICLE

From GTA Connected
Revision as of 12:14, 13 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

natives.CREATE_SINGLE_PARTICLE

Signature: void natives.CREATE_SINGLE_PARTICLE(int handle, Vec3 position, Vec3 position, float value)

Usage: creates single particle

Parameters

int handle Entity handle to act upon.
Vec3 position World coordinates (x, y, z).
Vec3 position World coordinates (x, y, z).
float value Numeric value.

Return

void

On failure: void