mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
remove the expire argument from os[Link]ParticleSystem.. expire is controled by maxage != 0
This commit is contained in:
@@ -587,7 +587,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
LSL_Float daylen, LSL_Float dayoffset, LSL_Float altitude1, LSL_Float altitude2, LSL_Float altitude3);
|
||||
LSL_Integer osResetEnvironment(LSL_Integer parcelOrRegion, LSL_Integer transition);
|
||||
|
||||
void osParticleSystem(LSL_List rules, LSL_Integer expire);
|
||||
void osLinkParticleSystem(LSL_Integer linknumber, LSL_List rules, LSL_Integer expire);
|
||||
void osParticleSystem(LSL_List rules);
|
||||
void osLinkParticleSystem(LSL_Integer linknumber, LSL_List rules);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user