Skip to content

sol::property and sol::readonly_property providing function instead of getter? #1735

@gradylink

Description

@gradylink

so I have this code:

extension.luaState["input"].get<sol::table>().set("mouseX", sol::property([]() { return Input::mousePointer.x; }));

when I try to log input.mouseX on the Lua side, I get:

function: 0x7bfc5bc65fe0

but if I log input.mouseX() then I get the correct integer output (Input::mousePointer.x is an int.) I don't think I'm doing anything wrong here, if I am, please point it out. I'd also like to note that I'm using Lua 5.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions