Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Sonja on Fri 23/12/2005 07:45:50

Title: Do you need CamelCase?
Post by: Sonja on Fri 23/12/2005 07:45:50
When you type something like Character.ChangeView() in a script, is it mandatory for it to be in camelcase like that? Can it be all in lowercase and still work for example?
Title: Re: Do you need CamelCase?
Post by: Gilbert on Fri 23/12/2005 07:48:07
Nope, cases are important.
Title: Re: Do you need CamelCase?
Post by: Sonja on Fri 23/12/2005 07:56:59
Thanks gillbot, you rule!