Custom extension dll and LUA

Post Reply
cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Custom extension dll and LUA

Post by cooco » Mon Aug 14, 2017 3:03 pm

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

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: Custom extension dll and LUA

Post by cooco » Wed Aug 16, 2017 11:51 pm

bump

User avatar
0x00
VIP
Posts: 105
Joined: Tue Jan 10, 2017 11:40 pm
Has thanked: 10 times
Been thanked: 23 times

Re: Custom extension dll and LUA

Post by 0x00 » Thu Aug 17, 2017 2:19 am

Download this!

viewtopic.php?f=7&t=228

and keep questions in the topic, I'll subscribe to it.
Attachments
ExtensionFramework.zip
You need to load this in Visual Studio (Community Edition is enough)
(13.51 KiB) Downloaded 3 times

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest