Trying to use typename::StaticType throws a 'not enough parameters' error.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Modding
Steps To Reproduce
array<string> a; typename t = a.StaticType(); // throws "Not enough parameters in function 'StaticType'"