Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 823 Bytes

File metadata and controls

19 lines (15 loc) · 823 Bytes
title updateSyncPoints
sidebar_custom_props
kind category since
method
Methods - Player
1.6.0

import { Tabs, TabItem, CodeBadge, SinceBadge, DynHeading, Link, Signature } from '@site/src/reference-commons'

Triggers an update of the sync points for the current score after modification within the data model

<Signature style="block" js={[["identifier","updateSyncPoints"],["token","("],["token",")"],["token",":"],["whitespace"," "],["identifier","void"]]} csharp={[["keyword","void"],["whitespace"," "],["identifier","UpdateSyncPoints"],["token","("],["token",")"]]} kotlin={[["identifier","fun"],["whitespace"," "],["identifier","updateSyncPoints"],["token","("],["token",")"],["token",":"],["whitespace"," "],["identifier","Unit"]]} />