All public logs
Combined display of all available logs of Intrigues Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:23, 29 May 2025 Tayfunwiki talk contribs created page File:Sprite dB.png
- 13:23, 29 May 2025 Tayfunwiki talk contribs uploaded File:Sprite dB.png
- 12:16, 29 May 2025 Tayfunwiki talk contribs uploaded File:Set Family Variable.png
- 12:16, 29 May 2025 Tayfunwiki talk contribs created page File:Set Family Variable.png
- 11:51, 29 May 2025 Tayfunwiki talk contribs created page Resume Node (Created page with "= βΆοΈ Resume Node = The '''Resume''' node resumes a scheme that was previously paused using a <code>Pause</code> node. ---- == π§ What it does == When triggered, this node '''continues the execution''' of a paused scheme from where it left off. ---- == π Use Case == Used to resume the scheme when an external condition (e.g., key release, UI button click) is met. ---- == β οΈ Note == * Must be paired with a <code>Pause</code> node. * Can be used in combinati...") Tag: Visual edit
- 11:50, 29 May 2025 Tayfunwiki talk contribs created page Pause Node (Created page with "= βΈοΈ Pause Node = The '''Pause''' node stops the execution of the current <code>Scheme</code>. ---- == π§ What it does == When executed, the scheme is '''paused''' until a <code>Resume</code> node is triggered. This is useful for waiting on player input or external events. The execution state is stored and will resume from the next node when resumed. ---- == π Use Case == Pause the scheme when a key is pressed, and resume when another is released. ---- ==...") Tag: Visual edit
- 11:18, 29 May 2025 Tayfunwiki talk contribs created page Return Family Rule Node (Created page with "= π Return Family Node = thumb|Return Family Node The '''Return Family''' node allows you to dynamically fetch a <code>Family</code> object through a method defined in your C# code and pass that family into the next node in the execution chain. ---- == π§ What it does == When this node is executed, it calls the C# method you specified via the dropdown (auto-populated from methods marked with the <code>[GetFamily]</code> attribute returnin...") Tag: Visual edit: Switched
- 11:12, 29 May 2025 Tayfunwiki talk contribs created page File:Return Family.png
- 11:12, 29 May 2025 Tayfunwiki talk contribs uploaded File:Return Family.png