Skip to content

Faster ILuaUserData indexing. #234

@akeit0

Description

@akeit0

Adding TryIndex for faster member access.

public partial interface ILuaUserData
{
    bool TryIndex(LuaValue key, ref LuaValue value, bool isGet);
}

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