raziEiL / SourceMod-Npp-Docs

SourcePawn API docs for Notepad++
https://forums.alliedmods.net/showthread.php?t=310331
22 stars 3 forks source link

sdktools_trace.inc parse are not complete #3

Closed raziEiL closed 4 years ago

raziEiL commented 4 years ago
native void TR_EnumerateEntities(const float pos[3],
                                 const float vec[3],
                                 int mask,
                                 RayType rtype,
                                 TraceEntityEnumerator enumerator,
                                 any data=0);

Parameter TraceEntityEnumerator enumerator causes the parser to stop read file below this line.