Slingshot

Slingshot is a scuffed function for triggering a event on client, or on the server side with parameters. Slingshot calls into the actor scp package's event function.

Triggering SCP specific event handler

Class.Slingshot(boolean: to_server, any...)

Triggering default package event handler

Class.Slingshot(true, {
    SendToDefault = true,
    Event = "Cool Event title",
    any...
})

Last updated