Server-side Scripting Resources: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
mNo edit summary
Line 29: Line 29:
The following is a list of example Squirrel scripts
The following is a list of example Squirrel scripts


* TODO
* [ http://forum.vc-mp.org/?topic=332.0 ADM Script]


== Reference ==
== Reference ==

Revision as of 14:05, 7 March 2015

Scripting Resources

Introduction

Squirrel is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games.

Squirrel is inspired by languages like Python, Javascript and expecially Lua.

Squirrel's syntax is similar to C/C++/Java etc... but the language has a very dynamic nature like Python/Lua.

Scripts

The following is a list of example Squirrel scripts

Reference

Tutorials / Documentation

This is a list of available tutorials and documents on Squirrel scripting in general. These list all available squirrel commands aside from things added by the VC:MP Squirrel module, and are not listed on this wiki.

General Squirrel Scripting