Error starting game
#2874
-
When starting a game this message appears: [Wiremod] Warning: Use of variadic parameter with ExtPP is not recommended and deprecated. Instead use ... (which passes a table) or the
|
Beta Was this translation helpful? Give feedback.
Answered by
Denneisk
Nov 17, 2023
Replies: 1 comment
-
If you're an extension developer:
If you're a user:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Vurv78
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're an extension developer:
e2function name(...)
toe2function name(...args)
, which directly passes a table instead of having to cast it as{...}
, which should no longer be relied on.If you're a user: