Skip to content

ExoticGamerrrYT/stand-lua-snippets-vscode-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stand-Lua README

Features

This extension add the snippets to make lua scripts for Stand.

Settings

Use Sumneko Lua extension.

I recommend adding this to the WORKSPACE SETTINGS (Command Palette > settings.json).

"Lua.diagnostics.globals": [
    "menu",
    "players",
    "entities",
    "chat",
    "directx",
    "util",
    "v3",
    "lang",
    "filesystem",
    "https",
    "memory",
    "profiling",
    "SYSTEM",
    "APP",
    "AUDIO",
    "BRAIN",
    "CAM",
    "CLOCK",
    "CUTSCENE",
    "DATAFILE",
    "DECORATOR",
    "DLC",
    "ENTITY",
    "EVENT",
    "FILES",
    "FIRE",
    "GRAPHICS",
    "HUD",
    "INTERIOR",
    "ITEMSET",
    "LOADINGSCREEN",
    "LOCALIZATION",
    "MISC",
    "MOBILE",
    "MONEY",
    "NETSHOPPING",
    "NETWORK",
    "OBJECT",
    "PAD",
    "PATHFIND",
    "PED",
    "PHYSICS",
    "PLAYER",
    "RECORDING",
    "REPLAY",
    "SAVEMIGRATION",
    "SCRIPT",
    "SECURITY",
    "SHAPETEST",
    "SOCIALCLUB",
    "STATS",
    "STREAMING",
    "TASK",
    "VEHICLE",
    "WATER",
    "WEAPON",
    "ZONE"
],
"Lua.runtime.nonstandardSymbol": [
    "+=",
    "-=",
    "!=",
    "*=",
    "/="
],

How to install

  1. Go to release folder.
  2. Download the .vsix file and then drag and drop to the extensions panel in Visual Studio Code.

Shortcut

Here is a useful editor keyboard shortcut:

  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

Credits

Contact

Discord: 3xotic#2903

Free Ultimate Stand Key

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published