The Asset constructor.
Must be called as function without the new keyword.
Asset(name)
name
The name of the asset as it appears in the codebook.
An Asset object. Throws an error if the asset does not exist.
Asset("myasset")
Asset {}
Asset("doesnotexist")
ReferenceError: asset "doesnotexist" not found