Thread: Disabling Sword
View Single Post
  #8  
Old 08-31-2009, 07:23 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Frankie View Post
yeah. I wasn't trying to be a smart ass or anything, I have always wondered what the point to that is. if there are no possible parameters for a function, why add (); to the end? maybe someone else can give a more technical response.

It's just the difference between GS1 and GS2. GS2 is object-oriented so all commands were basically converted into functions, hence the parenthesis. Not all functions are required to use any specific parameters, in cases like these you just need to call the function without sending any information to it.
Reply With Quote