Home
last modified time | relevance | path

Searched defs:TryGetClrValue (Results 1 – 1 of 1) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Scripting/
H A DScriptTypes.cs28 public static bool TryGetClrValue<T>(this LuaValue value, out T clrObject) in TryGetClrValue() method in OpenRA.Scripting.LuaValueExts
36 public static bool TryGetClrValue(this LuaValue value, Type t, out object clrObject) in TryGetClrValue() method in OpenRA.Scripting.LuaValueExts