SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

The Value.Value property of Assignment Event #217

Closed codingpotato closed 2 years ago

codingpotato commented 2 years ago
public void On(Event.Assignment e, IVM vm) {
    if (... && e.Value.IsTemporary && e.Value.Value.IsList) {
  ...

Think about how to change the weird Value.Value.