Skip to content

CwlActPerformEvent โ€‹

Namespace: Cwl.Patches.Elements;

Event raised when any Act or its derived classes are performed in game.

cs
[CwlActPerformEvent]
internal static void IsGodAct(Act act)
{
    if (act.id == "actual_god_act") {
        // do stuff
    }

    if (act is ActHand hand) {
        EClass.pc.Say("god hands!")
    }
}

This project is an unofficial documentation site and is not affiliated with, endorsed by, or associated with Elin or Lafrontier / Noa. All trademarks are the property of their respective owners.