-
Notifications
You must be signed in to change notification settings - Fork 0
floop_group_create()
Michael Savchuk edited this page Feb 16, 2018
·
3 revisions
Create a floop group.
ℹ️ To avoid memory leaks, make sure to destroy the floop group once you're done with it via floop_group_destroy.
None
Real: the floop group id (used for all the floop_group_* functions)
Create a floop_group and update it every step.
// --- CREATE EVENT ---
var fg = floop_group_create();
// --- STEP EVENT ----
floop_group_set(fg, "example", irandom(100));