HomeGuides
GithubWeb site

DebugPrint

📘

Available

Client & Server

❗️

Warning

Print only if debug mode is enabled

Example

exports.ft_libs:DebugPrint({ text = "toto" })
exports.ft_libs:DebugPrint({ text = "toto" })

Result

text: toto (string)