Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

enumsymbols only calls the callback once #3

@pancelor

Description

@pancelor

According to the wiki, the following mod should "List all symbols related to the Player class":

necrolua.enumsymbols("c_Player::*", function(symbol_info)
  print(symbol_info.NameLuaStr)
end)

However, when I run NecroLua.exe, only a single symbol is printed (c_Player::m_heartsLoaded)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions