2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: test.vectorIntObject
|
|
|
|
description: test_vectorIntObject attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: test.vectorIntObject
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|value|Array of [test\_Int](../constructors/test_Int.md) | Yes|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [test\_VectorIntObject](../types/test_VectorIntObject.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2017-03-11 20:06:30 +01:00
|
|
|
$test_vectorIntObject = ['_' => 'test.vectorIntObject', 'value' => [test_Int], ];
|
2017-03-11 19:54:51 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2017-03-11 20:06:30 +01:00
|
|
|
test_vectorIntObject={_='test.vectorIntObject', value={test_Int}, }
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|