Dota 2 Workshop Tools/Scripting/API/CScriptParticleManager.SetParticleControlEnt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 19: Line 19:
|-
|-
| int
| int
| a
| ParticleIndex
| Particle Index
| Index created through CreateParticle
|-
|-
| int
| int
| b
| ControlPoint
| Control Point
| What control point is used?
|-
|-
| handle
| handle
| c
| Entity
| Unit/Entity
| Unit attached to
|-
|-
| int
| int
Line 35: Line 35:
|-
|-
| string
| string
| e
| AttachPoint
| Attach Point i.e "attach_entity"
| Attach Point i.e "attach_entity"
|-
|-

Revision as of 11:09, 23 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetParticleControlEnt(int a, int b, handle c, int d, string e, Vector f, bool g)

No Description Set


Parameters

Type Name Description
int ParticleIndex Index created through CreateParticle
int ControlPoint What control point is used?
handle Entity Unit attached to
int d Unknown
string AttachPoint Attach Point i.e "attach_entity"
Vector f Vector
bool g Unknown