damik Posted September 3, 2018 Posted September 3, 2018 ver. 3.7function Func( %var ) { echo( %var ); } schedule( 100, 0, "Func", 1 ); ALL GOOD function Test::Func( %var ) { echo( %var ); } schedule( 100, 0, "Test::Func", 1 ); In c++ mStackPos not decrement. If repeat 1024 times - will be an AssertFatal(false, "Console Value Stack is empty");in bool ConsoleValueStack::reserveValues(U32 count, ConsoleValueRef *outValues) Quote
JeffR Posted September 4, 2018 Posted September 4, 2018 It still works to just call Test::Func direction in the console, right? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.