Skip to content

Latest commit

 

History

History

PangLib.Scripting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PangLib.Scripting

Nuget Nuget Issues

Library to handle and parse Pangya scripting languages.

Supported scripting languages

  • Script sections inside .*pet files

Installation

You can download this package on NuGet using the .NET CLI

dotnet add package PangLib.Scripting

Usage

using PangLib.Scripting.PET;

PETScript PET = new PETScript('*fx("@example" "DustBig.spr" "Bip01 R Toe0")');
// You can now access parsed commands in PET.Commands