This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
funcs [2021/12/06 14:07] – [getParticleRandom] hneg | funcs [2022/03/12 08:58] (current) – [Examples] hneg | ||
---|---|---|---|
Line 100: | Line 100: | ||
<WRAP indent> | <WRAP indent> | ||
Deletes given emitter by name or by the object name it's attached to. | Deletes given emitter by name or by the object name it's attached to. | ||
+ | __If the emitter is part of an emitter set the whole set will be deleted__. | ||
Arguments: | Arguments: | ||
Line 124: | Line 125: | ||
Usage: | Usage: | ||
< | < | ||
- | </ | ||
- | ==== deleteEmitterSet ==== | ||
- | <WRAP todo> TODO: function doesn' | ||
- | <WRAP indent> | ||
- | Deletes given emitter set either by any emitter/ | ||
- | |||
- | Arguments: | ||
- | * emitter (OBJECT) or emitter name (STRING) or object emitter(s) attached to (OBJECT) | ||
- | |||
- | Returns: | ||
- | * nothing | ||
- | |||
- | Usage: | ||
- | < | ||
- | //TODO | ||
- | </ | ||
</ | </ | ||
==== detachEmitter ==== | ==== detachEmitter ==== | ||
Line 428: | Line 413: | ||
</ | </ | ||
</ | </ | ||
+ | |||
+ | ===== Examples ===== | ||
+ | <WRAP todo> |