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
I can imagine this being accomplished by introducing an annotation @config that, when added to a function, flags it to be run during the map configuration or by introducing a new config scope, like the init scope, where all code within is injected into the map's config function. I've never heard of anyone using the config function to do anything other than play a sound in the lobby so explicitly tagging a single function might make more sense than introducing a new scope.
The text was updated successfully, but these errors were encountered:
jlfarris91
changed the title
Add support for functions to be run in map config function
Add support for code to be run in map config function
Jan 5, 2021
Yea could be added, but such injections are always a bit ugly imo.
If the only reason is to play a song in the lobby i don't think it's a strongly needed feature.
I would like to be able to run code in the map's
config
function. Theconfig
function is like themain
function but it runs prior to the lobby being joinable. My primary use case for this is to play a song in the map lobby. See this post for more info: https://www.hiveworkshop.com/threads/vjass-advanced-initialization.247590/#post-2682339I can imagine this being accomplished by introducing an annotation
@config
that, when added to a function, flags it to be run during the map configuration or by introducing a newconfig
scope, like theinit
scope, where all code within is injected into the map'sconfig
function. I've never heard of anyone using the config function to do anything other than play a sound in the lobby so explicitly tagging a single function might make more sense than introducing a new scope.The text was updated successfully, but these errors were encountered: