- Add a name to VMFunction so that the disassembly can be more informative.
SVN r3768 (scripting)
This commit is contained in:
parent
d85604da19
commit
644f0c0e05
7 changed files with 53 additions and 23 deletions
|
|
@ -6,9 +6,10 @@ IMPLEMENT_ABSTRACT_CLASS(VMFunction)
|
|||
IMPLEMENT_CLASS(VMScriptFunction)
|
||||
IMPLEMENT_CLASS(VMNativeFunction)
|
||||
|
||||
VMScriptFunction::VMScriptFunction()
|
||||
VMScriptFunction::VMScriptFunction(FName name)
|
||||
{
|
||||
Native = false;
|
||||
Name = name;
|
||||
Code = NULL;
|
||||
KonstD = NULL;
|
||||
KonstF = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue