mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Reversing Actor #2
This commit is contained in:
parent
4b79fb2097
commit
f58b058de8
13 changed files with 1156 additions and 329 deletions
|
@ -6666,7 +6666,13 @@ void ScriptThread::CanSwitchTeams
|
|||
disable_team_spectate = !bAllow2;
|
||||
}
|
||||
}
|
||||
|
||||
bool ScriptThread::CanScriptTracePrint
|
||||
(
|
||||
void
|
||||
)
|
||||
{
|
||||
return m_ScriptVM->CanScriptTracePrint();
|
||||
}
|
||||
void ScriptThread::Earthquake
|
||||
(
|
||||
Event *ev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue