Client-side Scripting Resources/pt

From Vice City Multiplayer
Revision as of 20:11, 4 February 2018 by MatheuS (talk | contribs) (Created page with "{{Main Page giant banner}} <br /> {{VCMPLangs | title=Client-side Scripting Resources | en=Main_Page | hu=Client-side_Scripting_Resources/hu }} <br /> {| style="width:100%; ba...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing


Languages: "English" "Magyar"


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 especially 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.

General Squirrel Scripting