Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kebiao committed May 22, 2019
1 parent ee9a42d commit e596fd5
Showing 1 changed file with 53 additions and 60 deletions.
113 changes: 53 additions & 60 deletions scripts/entity_defs/components/Test.def
Original file line number Diff line number Diff line change
@@ -1,60 +1,53 @@
<root>
<!-- <Parent> TestBase </Parent> -->

<Properties>
<state>
<Type> INT32 </Type>
<Flags> ALL_CLIENTS </Flags>
<Default> 100 </Default>
<Persistent> true </Persistent>
</state>

<own>
<Type> INT32 </Type>
<Flags> CELL_PUBLIC_AND_OWN </Flags>
<Persistent> true </Persistent>
<Default> 1001 </Default>
</own>

<bb>
<Type> INT32 </Type>
<Flags> BASE </Flags>
<Persistent> true </Persistent>
<Default> 12 </Default>
</bb>

<cc>
<Type> INT32 </Type>
<Flags> CELL_PUBLIC </Flags>
<Default> 1002 </Default>
</cc>
</Properties>

<CellEvents>
<hello>
<Exposed/>
<Arg> INT32 </Arg>
</hello>
</CellEvents>

<CellMethods>
<hello>
<Exposed/>
<Arg> INT32 </Arg>
</hello>
</CellMethods>

<BaseMethods>
<say>
<Exposed/>
<Arg> INT32 </Arg>
</say>
</BaseMethods>

<ClientMethods>
<helloCB>
<Arg> INT32 </Arg>
</helloCB>
</ClientMethods>
</root>

<root>
<!-- <Parent> TestBase </Parent> -->

<Properties>
<state>
<Type> INT32 </Type>
<Flags> ALL_CLIENTS </Flags>
<Default> 100 </Default>
<Persistent> true </Persistent>
</state>

<own>
<Type> INT32 </Type>
<Flags> CELL_PUBLIC_AND_OWN </Flags>
<Persistent> true </Persistent>
<Default> 1001 </Default>
</own>

<bb>
<Type> INT32 </Type>
<Flags> BASE </Flags>
<Persistent> true </Persistent>
<Default> 12 </Default>
</bb>

<cc>
<Type> INT32 </Type>
<Flags> CELL_PUBLIC </Flags>
<Default> 1002 </Default>
</cc>
</Properties>

<CellMethods>
<hello>
<Exposed/>
<Arg> INT32 </Arg>
</hello>
</CellMethods>

<BaseMethods>
<say>
<Exposed/>
<Arg> INT32 </Arg>
</say>
</BaseMethods>

<ClientMethods>
<helloCB>
<Arg> INT32 </Arg>
</helloCB>
</ClientMethods>
</root>

0 comments on commit e596fd5

Please sign in to comment.