View source
class StickerPack
package funkin.ui.transition.stickers
implements IRegistryEntry<StickerData>
extended by ScriptedStickerPack
Available on all platforms
A class representing the data for a sticker pack as displayed in the Sticker SubState.
Constructor
Variables
Methods
getRandomStickerPath(last:Bool):String
Retrieve a random sticker from the pack.
Parameters:
last | Whether this will be the last sticker to be placed on the screen. |
|---|
Returns:
An asset path to a sticker to display.
getStickers():Array<String>
Gets a list of all the sticker assets available in the pack.
Returns:
The list of stickers as raw strings.