added amb727 (sm_time_adjustment)
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401377
This commit is contained in:
@@ -191,6 +191,13 @@ namespace SourceMod
|
||||
* @return A pointer to the JIT interface.
|
||||
*/
|
||||
virtual SourcePawn::IVirtualMachine *GetScriptingVM() =0;
|
||||
|
||||
/**
|
||||
* @brief Returns the adjusted server time.
|
||||
*
|
||||
* @return Adjusted server time.
|
||||
*/
|
||||
virtual time_t GetAdjustedTime() =0;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user