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