Quote:
|
Originally Posted by prozac424242
emitter.spin or any emitter with a .spin is not on the particle engine wiki page,
but i tried it : and it does not work online in an npc.
Anybody else know how to make this apparently undocumented feature work?
btw this is further evidence that the wiki should be better oranized or COMPLETELY documented of EVERY change that is made ... the lack of completeness in its documentation is proving most frustrating to me on many occasions. How else will we know how to learn the updated language, unless we can cross refrence >>everything<< accurately?
|
It is on the Wiki page... but it's for
particles not emitters.
Quote:
TParticle (TGraalVar):
angle - float - the movement angle of the particle (horizontally on the (x,y) plane)
lifetime - float - in seconds, the particle will be destroyed when the lifetime is over
movementvector - string - says in which direction the particles moves, this is a combination of angle and zangle
speed - float - tiles per second
spin - float - automatic rotation of the particle (radiants each second)
zangle - float - the vertical movement angle - says if the particles goes up or down
|