diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-09-16 17:36:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-16 17:36:46 +0100 |
| commit | a16d3b6c9aa162652e2648e8f77424bf977c6ee5 (patch) | |
| tree | 30c77f09592bfbcd07925938eaef8d5a089b08ef /src/entity.cpp | |
| parent | 68619f299e0a632f634682baabcdc025b240b132 (diff) | |
| parent | 603efa860a5631f1708f6761d753146b6d47b4ba (diff) | |
Merge pull request #4242 from laytan/caller-expression
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, }; |