Skip to content
FunctionStorage & Replay@public

convertAS3ReplayToFlxReplay

Converts legacy AS3 Flixel text replay data into a modern FlxReplay instance.

ts
export declare function convertAS3ReplayToFlxReplay(as3Text: string): FlxReplay

Parameters

ParameterTypeDescription
as3Textstring-

Returns

FlxReplay

Released under the MIT License.