Skip to content
dexied edited this page Jul 13, 2026 · 6 revisions

Welcome to the XTickDemo wiki!


Calling functions

Call the **CreateXTickGameThread** or **CreateXTickAnyThread** function anywhere!

image

Tick ​​stop

Use the Destroy function or specify LifeTime in **CreateXTickGameThread** or **CreateXTickAnyThread**functions! OnXTickDestroyed is called when the LifeTime has expired! This delegate is not called if you call the Destroy function manually.

image

Changing values ​​in Runtime

You can change any tick variables in Runtime like this:

image

Clone this wiki locally