Reply To: function to check a property?

Home Forums General Programming function to check a property? Reply To: function to check a property?

#72985
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    what are:
    CtrlrLuaObject const& and Identifier const& ?

    callback error message:

    var const& getProperty(CtrlrLuaObject const&,Identifier const&)

    https://github.com/RomanKubiak/ctrlr/blob/master/Source/Core/CtrlrModulator/CtrlrModulator.h

    not sure what this is telling me:
    const var getProperty (const Identifier& name, const var &defaultReturnValue) const

    Ctrlr