rigz.zipstreamloader: | Functions | Modinfo | Source |
LoadEffects2 | Load an effects library using koriolis.zipstream. |
Function LoadEffects2:tlEffectsLibrary(filename:String, compile:Int = True) | |
Returns | New tlEffectsLibrary. |
Description | Load an effects library using koriolis.zipstream. |
Information | Pass the url of the library and pass TRUE or FALSE for compile if you want to compile all the effects or not. This is an alternative loader that has the added benefit of loading from incbin. Effects can be retrieved from the library using GetEffect |
Author | Peter J. Rigby |
---|---|
Copyright | Peter J. Rigby 2009 |
Purpose | To add rich particle effects to games and applications, quickly and easily |
History v1 | 12th March 2010 - Initial version |