Jump to content
Xtreme .Net Talk

jadezz

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by jadezz

  1. How can i initialize a CBoolProperty? Declaration: CBoolProperty m_bHeight; Method: void CHuman::SetHeight(bool bHeight) { m_bHeight.Value(bHeight); } but when i debug. m_bHeight.Value is always true until i set bHeight with false. I want to initialize it to false.
×
×
  • Create New...