Skip to content

Variable: mockActorStatsInterface

ts
const mockActorStatsInterface: {
  remove_from_ranking: Mock<UnknownFunction>;
};

Mock of the X-Ray engine actor-stats interface (subset).

Type Declaration

NameType
remove_from_rankingMock<UnknownFunction>