View Single Post
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 09-25-2020 , 07:59   Re: [SP] ConfigMap: StringMap & SMCParser
Reply With Quote #5

You can put __nullable__ into methodmap definition like
Code:
methodmap ConfigMap < StringMap __nullable__ {
and then you are able to use
ConfigMap hCfg = new ConfigMap();

EDIT: Nevermind, it seems that Handle-typed methodmaps can use new keyword without __nullable__.
PLS add GetBool method (at least as wrapper around GetInt)
__________________

Last edited by MAGNAT2645; 09-26-2020 at 06:02.
MAGNAT2645 is offline