MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / create

Method create

distribution/scripting/openrct2.d.ts:5568–5568  ·  view source on GitHub ↗

* Creates a new blank title sequence. * @param name The name of the title sequence.

(name: string)

Source from the content-addressed store, hash-verified

5566 * @param name The name of the title sequence.
5567 */
5568 create(name: string): TitleSequence;
5569 }
5570
5571 interface ImageManager {

Callers 3

onCreateMethod · 0.65
createCustomCursorMethod · 0.65

Implementers 1

ScTitleSequenceManagersrc/openrct2-ui/scripting/ScTitleSeque

Calls

no outgoing calls

Tested by

no test coverage detected