Zelda 64: Recompiled
Install

Details

Last Updated
First Uploaded
Downloads
6.4K
Likes
9
Size
74KB
Dependency string
ProxyMM-Notifications-0.0.1
Dependants

Categories

Notificataions

A simple text notification system

Usage

Note that the interface may change in a future version. I'll also likely expose controls to the user to determine the size and duration of the notifications.

// Import
RECOMP_IMPORT("ProxyMM_Notifications", void Notifications_Emit(const char* prefix, const char* msg, const char* suffix));

Notifications_Emit(
    "", // Prefix (Purple)
    "Hello World", // Main Message (white)
    "" // Suffix (Blue)
);
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.