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).

Logs
  • 08:08, 24 December 2023 Tayfunwiki talk contribs created page Trigger (Created page with "== <code>Trigger</code> Method in Actor Class == === Overview === The <code>Trigger</code> method is used to send a specific trigger to the actor. This function is crucial in games with event-driven mechanics, where triggers can initiate or influence various actions or events related to an actor. === Syntax === <syntaxhighlight lang="c#"> public void Trigger(string triggerName, bool value) </syntaxhighlight> === Parameters === * triggerName (string): The name of the...") Tag: Visual edit