Get Asset
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get Asset

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of Otter 3.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Get Asset

Gets the specified asset file and saves it to the current working directory.

Script usage:

Get-Asset(
	Name: <text>,
	[Raft: <text>],
	[Type: <integer>],
	[Overwrite: <true/false>]
);

This operation may be prefixed with Files::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Asset name (default)
text
Name
This argument is required.
Raft
text
Raft
Asset type
integer
Type
Overwrite
true/false
Overwrite

Example:

# gets the readme file from the current raft
Get-Asset readme.md;

Was this article helpful?