xvar_exists() ok, but what's the point?
So xvar_exists() http://www.amxmodx.org/funcwiki.php?go=func&id=288 checks for a public variable in one of the plugins (does it even return true or false, or the name of the plugin, or what), but ok, let's say there IS a public variable by that name.
How would we access that public variable? Is there a function for that? :-\ |
xvar_exists - Checks if public variable with given name exists in loaded plugins.
I think this returns a 1 or 0, True or false. |
Straight from amxmodx.inc:
Code:
|
Useful, but what if the private variable is an array of one or more dimensions?
|
| All times are GMT -4. The time now is 14:53. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.