You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: