repo.or.cz
/
CRYENGINE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git]
/
Code
/
CryEngine
/
CrySchematyc2
/
Script
/
ScriptUserDocumentation.h
blob
57751d1661dffee76a15ba233de861c7e6977dcc
1
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
2
3
#pragma once
4
5
#include <CrySchematyc2/Script/IScriptFile.h>
6
7
namespace
Schematyc2
8
{
9
struct
SScriptUserDocumentation
10
{
11
void
SetCurrentUserAsAuthor
();
12
void
Serialize
(
Serialization
::
IArchive
&
archive
);
13
14
string author
;
15
string description
;
16
};
17
}