mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
type class on default action
This commit is contained in:
parent
7d2b0346ac
commit
32350bdc59
@ -184,7 +184,11 @@ template_restrictions:
|
|||||||
|
|
||||||
template_list:
|
template_list:
|
||||||
IDENTIFIER optional_guid
|
IDENTIFIER optional_guid
|
||||||
|
{
|
||||||
|
}
|
||||||
| template_list ',' IDENTIFIER optional_guid
|
| template_list ',' IDENTIFIER optional_guid
|
||||||
|
{
|
||||||
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
data_object:
|
data_object:
|
||||||
@ -204,12 +208,26 @@ data_object_members:
|
|||||||
|
|
||||||
data_object_member:
|
data_object_member:
|
||||||
data_object
|
data_object
|
||||||
|
{
|
||||||
|
}
|
||||||
| data_reference
|
| data_reference
|
||||||
|
{
|
||||||
|
}
|
||||||
| INTEGER
|
| INTEGER
|
||||||
|
{
|
||||||
|
}
|
||||||
| REAL
|
| REAL
|
||||||
|
{
|
||||||
|
}
|
||||||
| STRING
|
| STRING
|
||||||
|
{
|
||||||
|
}
|
||||||
| ';'
|
| ';'
|
||||||
|
{
|
||||||
|
}
|
||||||
| ','
|
| ','
|
||||||
|
{
|
||||||
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
data_reference:
|
data_reference:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user