C# Class Wren.Core.Objects.CallFrame

ファイルを表示 Open project: robotii/Wren.NET Class Usage Examples

Public Properties

Property Type Description
Fn Wren.Core.Objects.Obj
Ip int
StackStart int

Property Details

Fn public_oe property

public Obj,Wren.Core.Objects Fn
return Wren.Core.Objects.Obj

Ip public_oe property

public int Ip
return int

StackStart public_oe property

public int StackStart
return int