mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Changes that were in hiding.
This commit is contained in:
@@ -19,6 +19,7 @@ gd::String BehaviorCodeGenerator::GenerateRuntimeBehaviorCompleteCode(
|
||||
const std::map<gd::String, gd::String>& behaviorMethodMangledNames,
|
||||
std::set<gd::String>& includeFiles,
|
||||
bool compilationForRuntime) {
|
||||
std::cout << "GenerateRuntimeBehaviorCompleteCode" << std::endl;
|
||||
auto& eventsFunctionsVector =
|
||||
eventsBasedBehavior.GetEventsFunctions().GetInternalVector();
|
||||
|
||||
|
@@ -1224,7 +1224,7 @@ void MetadataDeclarationHelper::AddParameter(
|
||||
// with the extension namespace (this was done to ease extension
|
||||
// declarations when dealing with object).
|
||||
.SetParameterExtraInfo(parameter.GetExtraInfo())
|
||||
.SetParameterObjectType(parameter.GetObjectType());
|
||||
.SetParameterObjectType(parameter.GetValueTypeMetadata().GetObjectType());
|
||||
instructionOrExpression.SetParameterLongDescription(
|
||||
parameter.GetLongDescription());
|
||||
instructionOrExpression.SetDefaultValue(parameter.GetDefaultValue());
|
||||
|
Reference in New Issue
Block a user