Progetto H — Riferimento API Documentazione & Scripting
Funzione Condiviso Nativa

string.dump

Returns a string containing a binary representation (a *binary chunk*) of the given function.

Non ancora tradotto

Sintassi

Lua
string.dump(func, stripDebugInfo)

Parametri

Nome Tipo Predefinito Descrizione
func function The function to get the bytecode of
stripDebugInfo boolean True to strip the debug data, false to keep it

Valore restituito

  • string