We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba3286 commit f134dc9Copy full SHA for f134dc9
src/xrGame/script_binder.cpp
@@ -69,10 +69,6 @@ void CScriptBinder::reinit ()
69
#endif // DEBUG_MEMORY_MANAGER
70
}
71
72
-void CScriptBinder::Load (LPCSTR section)
73
-{
74
-}
75
-
76
void CScriptBinder::reload (LPCSTR section)
77
{
78
#ifdef DEBUG_MEMORY_MANAGER
src/xrGame/script_binder.h
@@ -22,7 +22,6 @@ class CScriptBinder {
22
void init ();
23
void clear ();
24
virtual void reinit ();
25
- virtual void Load (LPCSTR section);
26
virtual void reload (LPCSTR section);
27
virtual BOOL net_Spawn (CSE_Abstract* DC);
28
virtual void net_Destroy ();
0 commit comments