View Full Version : What programming language are Arma Scripts?
jimbojones
Dec 5 2006, 17:41
What programming language are Arma Scripts written in? Would like to start learning the basics of them. Thanks
SniperAndy
Dec 5 2006, 17:56
This is a good start:
http://community.bistudio.com/wiki/Category:Scripting_Topics
CrashDome
Dec 5 2006, 18:35
The original scripting language was line-by-line with goto labels similar to old line-numbered BASIC routines that us old folks remember.
Since then they've added SQF files which are functions and might be familiar to those who have programmed procedures in something like PASCAL or C.
People say that the newer function's syntax are C-like but don't confuse that with C++ because they are nothing like C++ and are not remotely anything close to being like an object oriented language.
In summary, they are custom languages with a familiar structure.
jimbojones
Dec 5 2006, 19:40
Thank you. They appeared C like but I did not know if they were exact.
Is there a list in the Wiki for like example, all available sounds? I just can find code examples/
Thanks
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.