mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Hide a duplicated expression to get the text of a text input (#6892)
This commit is contained in:
@@ -278,7 +278,7 @@ module.exports = {
|
||||
|
||||
// Properties expressions/conditions/actions:
|
||||
|
||||
// Deprecated
|
||||
// Deprecated, see TextContainerCapability
|
||||
object
|
||||
.addExpressionAndConditionAndAction(
|
||||
'string',
|
||||
@@ -298,6 +298,7 @@ module.exports = {
|
||||
.setFunctionName('setText')
|
||||
.setGetter('getText');
|
||||
|
||||
// Deprecated, see TextContainerCapability
|
||||
object
|
||||
.addStrExpression(
|
||||
'Text',
|
||||
@@ -306,6 +307,7 @@ module.exports = {
|
||||
'',
|
||||
'res/conditions/text24_black.png'
|
||||
)
|
||||
.setHidden()
|
||||
.addParameter('object', _('Text input'), 'TextInputObject', false)
|
||||
.setFunctionName('getText');
|
||||
|
||||
|
Reference in New Issue
Block a user