mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-17 20:10:21 +03:00
Merge pull request #122 from samisalreadytaken/cleanup
Minor adjustments
This commit is contained in:
@@ -24,7 +24,13 @@ function IncludeScript( name, scope = null )
|
||||
|
||||
function DispatchParticleEffect( particleName, origin, angles, entity = null )
|
||||
{
|
||||
DoDispatchParticleEffect( particleName, origin, angles, entity );
|
||||
return DoDispatchParticleEffect( particleName, origin, angles, entity );
|
||||
}
|
||||
|
||||
function ImpulseScale( flTargetMass, flDesiredSpeed )
|
||||
{
|
||||
return flTargetMass * flDesiredSpeed;
|
||||
}
|
||||
__Documentation.RegisterHelp( "ImpulseScale", "float ImpulseScale(float, float)", "Returns an impulse scale required to push an object." );
|
||||
|
||||
)vscript";
|
||||
Reference in New Issue
Block a user