mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Integrating vscript interface code (based on Alien Swarm)
This commit is contained in:
@@ -244,6 +244,8 @@ protected:
|
||||
public:
|
||||
DECLARE_DATADESC();
|
||||
DECLARE_SERVERCLASS();
|
||||
// script description
|
||||
DECLARE_ENT_SCRIPTDESC();
|
||||
|
||||
CBasePlayer();
|
||||
~CBasePlayer();
|
||||
@@ -386,6 +388,8 @@ public:
|
||||
void ShowViewModel( bool bShow );
|
||||
void ShowCrosshair( bool bShow );
|
||||
|
||||
bool ScriptIsPlayerNoclipping(void);
|
||||
|
||||
// View model prediction setup
|
||||
void CalcView( Vector &eyeOrigin, QAngle &eyeAngles, float &zNear, float &zFar, float &fov );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user