This website works better with JavaScript
Home
Explore
Help
Sign In
O3DE
/
o3de-azslc
mirror of
https://github.com/o3de/o3de-azslc
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
development
Branches
Tags
auto-option-ranks
development
main
santorac-patch-1
stabilization/2106
webgpu
1.8.22
1.8.21
1.8.20
1.8.19
1.8.15
1.8.14
1.8.9
1.7.35
1.7.34
1.7.33
1.7.23
o3de-azslc
/
tests
/
Semantic
/
interface-member-semantic.azsl
interface-member-semantic.azsl
102 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
interface my_name
{
anytype Somefunction();
};
class s : my_name
{
anytype Somefunction();
};