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
Weird coding errors?
SwingsDarkCreeps Offline
Junior Member

Posts: 26
Threads: 3
Joined: Jun 2015
Reputation: 0
#4
RE: Weird coding errors?

hi, so this: //(double slash)- corresponds at commentaries inside the script(like 7he Dubz
said before);
{}(brackets)-corresponds at function branch or
offshoot (like Mugbill said before);
A functions usually start with a bracket and end with another bracket(exceptions if you don't use break function) like this:
void TheSpecificCallbackFunction(...)
{
here you write the code;
}
Wink
that is the general structure of a function;
(This post was last modified: 09-07-2015, 10:24 AM by SwingsDarkCreeps.)
09-07-2015, 10:15 AM
Find


Messages In This Thread
Weird coding errors? - by goalreadymc - 09-07-2015, 03:37 AM
RE: Weird coding errors? - by Mudbill - 09-07-2015, 07:10 AM
RE: Weird coding errors? - by 7heDubz - 09-07-2015, 09:32 AM
RE: Weird coding errors? - by SwingsDarkCreeps - 09-07-2015, 10:15 AM



Users browsing this thread: 1 Guest(s)