Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GaijinEntertainment/daScript
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbat committed Dec 28, 2021
2 parents 141afb7 + 212cc2a commit 53b065c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/daScript/ast/ast.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ namespace das
, accessExternal = modifyExternal
, modifyArgument = (1<<3)
, modifyArgumentAndExternal = modifyArgument | modifyExternal
, modifyArgumentAndAccessExternal = modifyArgument | accessExternal
, worstDefault = modifyArgumentAndExternal// use this as 'default' bind if you don't know what are side effects of your function, or if you don't undersand what are SideEffects
, accessGlobal = (1<<4)
, invoke = (1<<5)
Expand Down

0 comments on commit 53b065c

Please sign in to comment.