Barotrauma Client
Loading...
Searching...
No Matches
Barotrauma.LuaCsHook.ParameterTable Class Reference

Public Member Functions

 ParameterTable (Dictionary< string, object > dict)
 

Properties

object this[string paramName] [get, set]
 
object OriginalReturnValue [get]
 
object ReturnValue [get, set]
 
bool PreventExecution [get, set]
 
Dictionary< string, object > OriginalParameters [get]
 
Dictionary< string, object > ModifiedParameters = new Dictionary<string, object>() [get]
 

Constructor & Destructor Documentation

◆ ParameterTable()

Barotrauma.LuaCsHook.ParameterTable.ParameterTable ( Dictionary< string, object > dict)

Property Documentation

◆ ModifiedParameters

Dictionary<string, object> Barotrauma.LuaCsHook.ParameterTable.ModifiedParameters = new Dictionary<string, object>()
get

◆ OriginalParameters

Dictionary<string, object> Barotrauma.LuaCsHook.ParameterTable.OriginalParameters
get

◆ OriginalReturnValue

object Barotrauma.LuaCsHook.ParameterTable.OriginalReturnValue
get

◆ PreventExecution

bool Barotrauma.LuaCsHook.ParameterTable.PreventExecution
getset

◆ ReturnValue

object Barotrauma.LuaCsHook.ParameterTable.ReturnValue
getset

◆ this[string paramName]

object Barotrauma.LuaCsHook.ParameterTable.this[string paramName]
getset

The documentation for this class was generated from the following file: