Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Questions I have
Rapture Offline
Posting Freak

Posts: 1,078
Threads: 79
Joined: May 2011
Reputation: 30
#15
RE: Questions I have

To get the Debug 1-9 to work.


Is their something special you need to do, to get them to work? I am in DebugMode, but pressing 1 doesn't seem to do anything.

    void OnAction(int alAction, bool abPressed)
    {
      if (!abPressed) return;
    
      if (alAction == eAction_Test1)
     {
      Entity_SetActive("construct_theta_1", false);
      cLux_AddDebugMessage("Hi");    
     }
    }
(This post was last modified: 09-26-2015, 05:20 PM by Rapture.)
09-26-2015, 05:19 PM
Find


Messages In This Thread
Questions I have - by Rapture - 09-25-2015, 01:40 PM
RE: Questions I have - by Aaron - 09-25-2015, 08:41 PM
RE: Questions I have - by Rapture - 09-25-2015, 08:59 PM
RE: Questions I have - by Patrik - 09-26-2015, 10:11 AM
RE: Questions I have - by Aaron - 09-25-2015, 09:12 PM
RE: Questions I have - by Rapture - 09-26-2015, 05:19 PM



Users browsing this thread: 1 Guest(s)