Skip to content

Panel Properties - Some available, some not? - SOLVED #567

Answered by damiensellier
spiffo-smith asked this question in Q&A
Discussion options

You must be logged in to vote

@dnaldoog I saw that already. it's a class for LUAbind it refers to wrapForLua (L)

void LExpression::wrapForLua (lua_State *L)

From the luaBind doc https://luabind.sourceforge.net/docs.html:
Everything that gets registered in lua is registered in a namespace (lua tables) or in the global scope (called module). All registrations must be surrounded by its scope. To define a module, the luabind::module class is used. It is used like this:

module(L)
[
	// declarations
];

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@dnaldoog
Comment options

@spiffo-smith
Comment options

@dnaldoog
Comment options

@damiensellier
Comment options

Answer selected by spiffo-smith
@dnaldoog
Comment options

@dnaldoog
Comment options

@spiffo-smith
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants