mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* BStruct cleanup * container::add method has now a parameter for the position. reduces the ambigous setposition calls. And makes it clearer where the item is created. removed in the touched headers the non needed virtual. * removed exception when accessing a struct via an integer, no need to crash the shard * fixed test * missed one virtual
5 lines
170 B
Text
5 lines
170 B
Text
9
|
|
error{ errortext = "Struct members can only be accessed by name" }
|
|
42
|
|
error{ errortext = "Struct members can only be accessed by name" }
|
|
struct{ a = 4, b = 9, c = 42 }
|