Skip to main content

lua_CounterFunction

Type Alias lua_CounterFunction 

Source
pub type lua_CounterFunction = unsafe extern "C-unwind" fn(context: *mut c_void, function: *const c_char, linedefined: c_int);
Available on crate feature luau only.