mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 21:13:20 +00:00
New JavaScript interface for the network client, plus some linux/gcc/misc fixes
This was SVN commit r1730.
This commit is contained in:
@@ -40,11 +40,6 @@ void CScriptObject::SetJSVal( jsval v )
|
||||
}
|
||||
}
|
||||
|
||||
bool CScriptObject::Defined()
|
||||
{
|
||||
return( Function != NULL );
|
||||
}
|
||||
|
||||
JSObject* CScriptObject::GetFunctionObject()
|
||||
{
|
||||
if( Function )
|
||||
|
||||
Reference in New Issue
Block a user