WHITE_OUT_DEF

WHITE_OUT_DEF()

Arguments

Description

Not Added.

Implementation

def WHITE_OUT_DEF():
        WFOUT_SHORT()
        screen_fadeout(1.0, 255, 255, 255)

References

Table Implementation

{
    "name": "WHITE_OUT_DEF",
    "args": [],
    "commandList": [
        {
            "row": 1660,
            "command": "WFOUT_SHORT",
            "args": [],
            "end": 1
        },
        {
            "row": 1661,
            "command": "screen_fadeout",
            "args": [
                "1.0",
                "255",
                "255",
                "255"
            ],
            "end": 1
        }
    ]
}

Sample

{}