Interface ILuaFileConfg
- Namespace
- Cobilas.GodotEngine.GDLua.Interfaces
- Assembly
- com.cobilas.godot.lua.dll
Defines configuration settings for Lua file operations in the Godot engine.
public interface ILuaFileConfg : ILuaContainerConfg
- Inherited Members
Remarks
Extends ILuaContainerConfg with file-specific configuration options for loading and executing Lua scripts from files.
Properties
FilePath
Gets the file path to the Lua script.
string? FilePath { get; }
Property Value
- string
The path to the Lua file, or null if not specified.
RefreshBuffer
Gets a value indicating whether the file buffer should be refreshed on each access.
bool RefreshBuffer { get; }
Property Value
- bool
true to refresh the buffer on each access; otherwise, false.