Raised This Month: $12 Target: $400
 3% 

Steam_IsFullyLoaded native


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 10-31-2011 , 10:01   Steam_IsFullyLoaded native
Reply With Quote #1

In a few of my SteamTools plugins I'm doing this:
Code:
new bool:g_bSteamLoaded; public Steam_FullyLoaded() {     g_bSteamLoaded = true; } public Steam_Shutdown() {     g_bSteamLoaded = false; } if (g_bSteamLoaded) {     // do something }

Is it possible to get a native that already keeps track of this in addition to the forwards?
Code:
native bool:Steam_IsFullyLoaded();
__________________

Last edited by GoD-Tony; 10-31-2011 at 10:03.
GoD-Tony is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode