01-19-2014, 05:24 AM
Sorry, I have only VS2008, so can't help you. Perhaps tigerw can.
Any cPlayer object *is* a cEntity, so you can use all the functions in cEntity on those objects. So you can do
Even if the GetLookVector() is a function in cEntity - the cPlayer inherits them all.
Any cPlayer object *is* a cEntity, so you can use all the functions in cEntity on those objects. So you can do
1 | a_Player->GetLookVector() |