mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 22:49:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose: Point entity used to create templates out of other entities or groups of entities
|
||||
//
|
||||
@@ -20,6 +20,14 @@ struct template_t
|
||||
DECLARE_SIMPLE_DATADESC();
|
||||
};
|
||||
|
||||
void PrecachePointTemplates();
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
void ScriptInstallPreSpawnHook();
|
||||
bool ScriptPreInstanceSpawn( CScriptScope *pScriptScope, CBaseEntity *pChild, string_t iszKeyValueData );
|
||||
void ScriptPostSpawn( CScriptScope *pScriptScope, CBaseEntity **ppEntities, int nEntities );
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose:
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -48,7 +56,8 @@ public:
|
||||
int GetTemplateIndexForTemplate( int iTemplate );
|
||||
|
||||
// Template instancing
|
||||
bool CreateInstance( const Vector &vecOrigin, const QAngle &vecAngles, CUtlVector<CBaseEntity*> *pEntities );
|
||||
bool CreateInstance( const Vector &vecOrigin, const QAngle &vecAngles, CUtlVector<CBaseEntity*> *pEntities, CBaseEntity *pEntityMaker = NULL, bool bCreateTime = false );
|
||||
void CreationComplete( const CUtlVector<CBaseEntity*> &entities );
|
||||
|
||||
// Inputs
|
||||
void InputForceSpawn( inputdata_t &inputdata );
|
||||
|
||||
Reference in New Issue
Block a user