mirror of
https://github.com/XLabsProject/iw4x-rawfiles.git
synced 2023-08-02 15:02:11 +02:00
fix: add back epic function
This commit is contained in:
parent
52f18f9c5d
commit
fe5deac41e
@ -3847,6 +3847,21 @@ create_dvar( var, val )
|
|||||||
SetDvarIfUninitialized( var, val );
|
SetDvarIfUninitialized( var, val );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
=============
|
||||||
|
///ScriptDocBegin
|
||||||
|
"Name: getPing()"
|
||||||
|
"Summary: Returns a fixed number for backwards compatibility"
|
||||||
|
"Module: Utility"
|
||||||
|
"Example: self getPing();"
|
||||||
|
"SPMP: multiplayer"
|
||||||
|
///ScriptDocEnd
|
||||||
|
=============
|
||||||
|
*/
|
||||||
|
getPing()
|
||||||
|
{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
void()
|
void()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user