View Single Post
Re: Detecting when func_door_rotating entities open
Old
  (#4)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: Detecting when func_door_rotating entities open - 05-05-2004

You'll also need to use the pvPrivateData pointer and determine the offset of this class member variable yourself (although more than likely, it's the same offset used by the Half-Life SDK), since you can't access class member variables directly outside the MOD source code.

botman
  
Reply With Quote