2018-12-31 01:00:38 +00:00
|
|
|
/***
|
|
|
|
*
|
|
|
|
* Copyright (c) 2016-2019 Marco 'eukara' Hladik. All rights reserved.
|
|
|
|
*
|
|
|
|
* See the file LICENSE attached with the sources for usage details.
|
|
|
|
*
|
|
|
|
****/
|
|
|
|
|
|
|
|
#define GS_DEVELOPER
|
|
|
|
|
|
|
|
.float gflags;
|
|
|
|
|
|
|
|
enumflags
|
|
|
|
{
|
|
|
|
GF_CANRESPAWN,
|
|
|
|
GF_USE_RELEASED,
|
|
|
|
GF_IN_VEHICLE,
|
|
|
|
GF_FROZEN,
|
2019-01-05 01:02:12 +00:00
|
|
|
GF_SEMI_TOGGLED
|
2018-12-31 01:00:38 +00:00
|
|
|
};
|
2019-01-04 20:39:07 +00:00
|
|
|
|
|
|
|
void Effect_CreateSpark(vector pos, vector ang);
|
|
|
|
void Effect_BreakModel(vector mins, vector maxs,vector vel, float mat);
|