Skip to content
FunctionStorage & Replay@public

convertFlxReplayToAS3Text

Converts a modern FlxReplay instance into legacy AS3 Flixel plain-text format.

ts
export declare function convertFlxReplayToAS3Text(replay: FlxReplay): string

Parameters

ParameterTypeDescription
replayFlxReplay-

Returns

string

Released under the MIT License.