Left 4 Dead 2

Left 4 Dead 2

Vis statistikker:
Dark Light 31. dec. 2013 kl. 13:06
function Think() does not work
I am wanting to put code into a timer, I have done the following but only Update is called.

function Update()
{
printl("Update")
}

function Think()
{
printl("Think")
}
< >
Viser 1-2 af 2 kommentarer
Rectus 31. dec. 2013 kl. 15:53 
AFAIK there isn't any general think function. You can add a think function to an entity with AddThinkToEnt() though, or easier, use the timers in VSLib[github.com].
Dark Light 31. dec. 2013 kl. 20:16 
Thanks, it's really hard to find out about the API due to the poor documentation.
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50

Dato opslået: 31. dec. 2013 kl. 13:06
Indlæg: 2