home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
- <CodeSnippet Format="1.0.0">
- <Header>
- <Title>func</Title>
- <Shortcut>func</Shortcut>
- <Description>Code snippet for function</Description>
- <Author>Mr O. Duzhar</Author>
- <SnippetTypes>
- <SnippetType>Expansion</SnippetType>
- <SnippetType>SurroundsWith</SnippetType>
- </SnippetTypes>
- </Header>
- <Snippet>
- <Declarations>
- <Literal>
- <ID>name</ID>
- <ToolTip>Function name</ToolTip>
- <Default>MyFunc</Default>
- </Literal>
- </Declarations>
- <Code Language="Unreal Script"><![CDATA[function $name$()
- {
- $selected$$end$
- }]]>
- </Code>
- </Snippet>
- </CodeSnippet>
- </CodeSnippets>