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
Camera flash script
JonnyAnomaly Offline
Member

Posts: 179
Threads: 20
Joined: Nov 2012
Reputation: 14
#6
RE: Camera flash script

Thanks Apfel! I got it to work properly by adding:


void LanternOff(string &in asTimer)
{
SetLanternDisabled(true);
AddTimer("", 5.0f, "LanternOn");
}

void LanternOn(string &in asTimer)
{
SetLanternDisabled(false);
}

Never knew about that lanternLit callback Smile
(This post was last modified: 09-08-2013, 05:44 PM by JonnyAnomaly.)
09-08-2013, 05:44 PM
Find


Messages In This Thread
Camera flash script - by JonnyAnomaly - 09-08-2013, 02:38 PM
RE: Camera flash script - by Kreekakon - 09-08-2013, 02:43 PM
RE: Camera flash script - by PutraenusAlivius - 09-08-2013, 02:46 PM
RE: Camera flash script - by JonnyAnomaly - 09-08-2013, 03:18 PM
RE: Camera flash script - by Apfel - 09-08-2013, 04:47 PM
RE: Camera flash script - by JonnyAnomaly - 09-08-2013, 05:44 PM



Users browsing this thread: 1 Guest(s)