toxidworm
toxidworm
CC#
Created by toxidworm on 12/30/2023 in #help
Is it possible to access windows objects in a static method?
Understood
5 replies
CC#
Created by toxidworm on 12/30/2023 in #help
Is it possible to access windows objects in a static method?
5 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
@xtreit
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
I'm able to call static classes using moonsharp
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
But I'm not able to call Process.Start from System.Diagnostics
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
I'm able to call MessageBox.Show static method from System.Windows.Forms
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
But it's weird
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
I think I figured it out
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
instructions how to pass a c# class to lua
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
instead of giving the guy who wrote the issue
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
they say how to give c# a lua function
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
I'll try right now
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
This issue has no answers to my problem
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
attempt to index a nil value (global 'System')
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
Nope
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
It's still saying that the class doesn't exist
attempt to index a nil value (global 'Process')
attempt to index a nil value (global 'Process')
import ('System.Diagnostics')

Process.Start("notepad")
import ('System.Diagnostics')

Process.Start("notepad")
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
I guess i'm blind lol
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
Ohhh
31 replies
CC#
Created by toxidworm on 12/26/2023 in #help
NLua problem
I'm looking to use C# namespaces in lua
31 replies