Fix the origin extension can only interact with edict

This commit is contained in:
LivingInPortal
2016-02-22 07:42:44 +08:00
parent 298c1a161a
commit 19fd9964a0
4 changed files with 16 additions and 57 deletions

View File

@ -3,11 +3,11 @@
#endif
#define _OutputInfo_Included
native GetOutputCount(int Entity, const char[] sOutput);
native GetOutputTarget(int Entity, const char[] sOutput, int Index, char[] sTarget);
native GetOutputTargetInput(int Entity, const char[] sOutput, int Index, char[] sTargetInput);
native GetOutputParameter(int Entity, const char[] sOutput, int Index, char[] sParameter);
native Float:GetOutputDelay(int Entity, const char[] sOutput, int Index);
native int GetOutputCount(int Entity, const char[] sOutput);
native int GetOutputTarget(int Entity, const char[] sOutput, int Index, char[] sTarget);
native int GetOutputTargetInput(int Entity, const char[] sOutput, int Index, char[] sTargetInput);
native int GetOutputParameter(int Entity, const char[] sOutput, int Index, char[] sParameter);
native float GetOutputDelay(int Entity, const char[] sOutput, int Index);
/**
* Do not edit below this line!