Add GetCmdArgFloat(Ex) stocks#1742
Conversation
Adding since there are stocks to handle int values but nothing for float.
|
Are float command arguments common? The int helpers were added because practically every plugin with commands would use them. Are there any cases in the base plugins that can be converted as was done with the int stocks? |
|
Im uncertain about other people, but i use float args throughout my plugins. Quick example being development plugins for modifying ent properties. I can peek through SM base to see if there are any arg to float conversions. |
Headline
left a comment
There was a problem hiding this comment.
Yeah I think this is great and makes sense, thank you!
|
Yeah is useful for me as well, sometimes, as JS mentioned, I create commands in plugins to set some netprops. |

Adding since there are stocks to handle int values but nothing for float.