LUA bool

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hrohibil
Posts: 358
Joined: Thu Nov 04, 2021 12:50 pm

LUA bool

Post by hrohibil »

Hi Toni

Using LUA, how do write out this bool value in the dialogue script entry?


User avatar
Tony Li
Posts: 21049
Joined: Thu Jul 18, 2013 1:27 pm

Re: LUA bool

Post by Tony Li »

Code: Select all

Lua.RegisterFunction(nameof(setBoolMachineGun), this, SymbolExtensions.GetMethodInfo(() => setBoolMachineGun()));
hrohibil
Posts: 358
Joined: Thu Nov 04, 2021 12:50 pm

Re: LUA bool

Post by hrohibil »

Thank you !!!!!!!!!
User avatar
Tony Li
Posts: 21049
Joined: Thu Jul 18, 2013 1:27 pm

Re: LUA bool

Post by Tony Li »

Glad to help!
Post Reply