llMakeFire
LSLvoid llMakeFire(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
Make fire like particles. Deprecated: Use llParticleSystem instead.\ Make fire particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead.
Parameters
| Type | Name |
|---|---|
| integer | particles |
| float | scale |
| float | vel |
| float | lifetime |
| float | arc |
| string | texture |
| vector | offset |
Sleeps
0.1s
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
vector llGetPos()
void llTriggerSoundLimited(string sound, float volume, vector top_north_east, vector bottom_south_west)
void llPlaySound(string sound, float volume)
integer llStringLength(string str)
string llGetInventoryAcquireTime(string item)
void llLinkPlaySound(integer linknumber, string sound, float volume, integer flags)
integer llRound(float f)
vector llRot2Axis(rotation rot)