Skip to content

Meta.xml generator #4

Description

@AlexRazor1337

Tool to generate meta.xml
It should parse all files inside a specified folder and add them to meta.xml unless they had restricted file type (should be specified in settings from #1 ).

There are must be a set(sets?) of rules how to determine is it clientside file or serverside.
Variants:

  • File prefix(e.g c_client.lua)
  • Directory name(e.g \Server\core.lua)
  • Looking for clientside/serverside function only(e.g dxDrawText is clientside function only, so file is clientside) (questionable)

In any way, a case may arise when it is not possible to set the type. (no prefix, no directory, all functions are shared). So ability to set it manually is required.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions