View Single Post
Godis
Senior Member
Join Date: Jan 2014
Old 12-21-2015 , 09:19   Re: Static property in methodmap
Reply With Quote #3

Okay so what i want is not FooBar.Get()/FooBar.Set(int value), i want to have multiple values i can retrieve/set with FooBar.Value = 1/FooBar.Value, just like ConVar.IntValue works. But after trying many different things it seems like it can't be done currently so i'll have to go with FooBar.Get/FooBar.Set for the time being.

Last edited by Godis; 12-21-2015 at 09:19.
Godis is offline