View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-14-2020 , 10:24   Re: How to get the forward name that crashed from a GDB core?
Reply With Quote #4

It is stored as a member variable on CForward, so

Code:
p this->m_name
should do the job.
__________________
asherkin is offline