Skip to content

raylib.SetLoadFileTextCallback

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Set custom file text data loader

Parameters

Parameter Default Value Note
callback null

Return value

None.

Notes

Example

raylib.SetLoadFileTextCallback function(fileName)
    print "Loading text: " + fileName
    return ""
end function

Clone this wiki locally