Margrete RPC

TimelineSpeedEvent

A scroll-speed change on a specific timeline.

Attributes

attributetilint
= til

Timeline id the speed applies to.

attributespeedfloat
= speed

Scroll-speed multiplier from this tick onward.

attributet
= t

Tick or position at which the speed takes effect.

Functions

func__init__(self, til, t, speed) -> None
paramself
paramtilint
paramtint | PositionLike
paramspeedfloat

Returns

None
func__eq__(self, other) -> bool
paramself
paramotherobject

Returns

bool
func__repr__(self) -> str
paramself

Returns

str
funcfrom_proto(cls, proto) -> TimelineSpeedEvent
paramcls
paramprotomessages_pb2.TimelineSpeedEvent

Returns

margrete_rpc.chart.events.TimelineSpeedEvent
functo_proto(self) -> messages_pb2.TimelineSpeedEvent
paramself

Returns

margrete_rpc._proto.margrete.rpc.v1.messages_pb2.margrete_rpc._proto.margrete.rpc.v1.messages_pb2.TimelineSpeedEvent

On this page