C# Class Wren.Core.Objects.CallFrame

Show file 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 property

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

Ip public property

public int Ip
return int

StackStart public property

public int StackStart
return int