Click or drag to resize

LuaGetReturnValT Method

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static T GetReturnVal<T>(
	string lua,
	int index = 0
)

Parameters

lua
Type: SystemString
index (Optional)
Type: SystemInt32

Type Parameters

T

Return Value

Type: T
See Also