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