Page 1 of 1

Custom extension dll and LUA

Posted: Mon Aug 14, 2017 3:03 pm
by cooco
Can i create a Extension dll and use methods in lua script?

For example

Code: Select all

public class MyDllClass
{
	public bool Foo()
	{
		// Code here
	}
}
And in Lua script

Code: Select all

function OnRun()
{
	-- Code lua
	
	MyDllClass:Foo();
}
tnx for help

Re: Custom extension dll and LUA

Posted: Wed Aug 16, 2017 11:51 pm
by cooco
bump

Re: Custom extension dll and LUA

Posted: Thu Aug 17, 2017 2:19 am
by 0x00
Download this!

viewtopic.php?f=7&t=228

and keep questions in the topic, I'll subscribe to it.