Modding Tools > Lucas' Simpsons Hit & Run Mod Launcher > Hacks > Mod Requirable Hacks > Custom Files > Custom Lua Functions > Path Handler Functions > IsWriting

IsWriting

This function should only be called in a Path Handler script.

Returns whether or not the path being requested is being requested to write to.

Syntax

IsWriting()

Examples

if IsWriting() then
    -- Unsure what you could even do with this.
end

Notes

No additional notes.

Version History

Unknown Version

Added this function.

Donut Team © 2023 · v4.0