package
0.0.0-20240116224956-e289d49a7aa9
Repository: https://github.com/southclaws/sampctl.git
Documentation: pkg.go.dev

# Functions

CompileSource compiles a given input script to the specified output path using compiler version.
CompileWithCommand takes a prepared command and executes it.
FromCache attempts to get a compiler package from the cache, `hit` represents success.
FromNet downloads a compiler package to the cache.
GetCompilerFilename returns the path to a compiler given its platform and version number.
GetCompilerPackage downloads and installs a Pawn compiler to a user directory.
GetCompilerPackageInfo returns the URL for a specific compiler version.
PrepareCommand prepares a build command for compiling the given input script.
RunPostBuildCommands executes commands after a build is ran for a certain build config.
RunPreBuildCommands executes commands before a build is ran for a certain build config.