Skip to main content

field_string

Function field_string 

Source
fn field_string(
    table: &LuaTable,
    field: &str,
    at: &str,
) -> Result<String, String>
Expand description

A required string field, named in the error so the script author knows which one to fix.