diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-14 21:43:25 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-14 22:13:37 +0200 |
| commit | 603efa860a5631f1708f6761d753146b6d47b4ba (patch) | |
| tree | 7ac97fcda8b49c5569c9d7da6afc1858f84188a0 /src/entity.cpp | |
| parent | 129d85fe7d05a41732cea3bd15b02a4286276a15 (diff) | |
add '#caller_expression'
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index db6ffdd52..0c4a20df4 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -104,6 +104,7 @@ enum ParameterValueKind { ParameterValue_Constant, ParameterValue_Nil, ParameterValue_Location, + ParameterValue_Expression, ParameterValue_Value, }; |