Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @createPantherBuild

@createPantherBuild

Panther
Documentation


1: func @createPantherBuild = (config: @build.PantherBuildConfig) -> Bool;

  Create a panther build in the build system. This function is only available in build-system mode.

Parameters

  config: build configuration

Return Value

  Result of the panther build (true if no errors).

Example

(TODO)