2017-03-31 17:35:20 +02:00
|
|
|
---
|
|
|
|
title: updatePtsChanged
|
|
|
|
description: updatePtsChanged attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: updatePtsChanged
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-18 12:12:33 +02:00
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-31 17:35:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$updatePtsChanged = ['_' => 'updatePtsChanged', ];
|
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
updatePtsChanged={_='updatePtsChanged', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|