Jump to content
Xtreme .Net Talk

jadezz

Members
  • Posts

    1
  • Joined

  • Last visited

About jadezz

  • Birthday 03/01/1985

Personal Information

  • .NET Preferred Language
    C#

jadezz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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...