oryxoik / acl-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What?

Simple extension that enables syntax highlighting for aottg custom logic (.acl) files and adds some code snippets.

Alt text

Install

  • Download the latest .vsix from here
  • In vscode, open the command palette (Ctrl + Shift + P by default)
  • Use the Extensions: Install from VSIX... command to install the extension

Snippets

  • print
  • for
  • foreach
  • while
  • class
  • extension
  • cutscene
  • Init()
  • OnGameStart()
  • OnTick()
  • OnFrame()
  • OnSecond()
  • OnChatInput()
  • OnPlayerSpawn()
  • OnCharacterDie()
  • OnCharacterDamaged()
  • OnPlayerJoin()
  • OnPlayerLeave()
  • OnNetworkMessage()
  • OnCollisionEnter()
  • OnCollisionStay()
  • OnCollisionExit()
  • OnGetHit()
  • OnNetworkTransfer()
  • SendNetworkStream()
  • OnNetworkStream()
  • function
  • ToString()
  • RandomFloat()
  • FindMapObjectByName()

About


Languages

Language:TypeScript 100.0%