ProtoFlux:User Recording Voice Message: Difference between revisions

From Resonite Wiki
Created a page for the User Recording Voice Message node.
 
reword, add additional info
Line 12: Line 12:
|}}
|}}


The <code>User Recording Voice Message</code> node returns if a user is recording a voice message currently.
The '''User Recording Voice Message''' node returns if a user is currently recording a voice message in the [[Contacts Menu]].  


== Inputs ==
== Inputs ==
Line 18: Line 18:
=== User ([[User]]) ===  
=== User ([[User]]) ===  


The user we are getting info from.
The user to check.


== Outputs ==
== Outputs ==
Line 24: Line 24:
=== * ([[Type:bool|bool]]) ===
=== * ([[Type:bool|bool]]) ===


The user recording a voice message or not.
Outputs <code>true</code> if the user is recording a voice message, otherwise outputs <code>false</code>.


[[Category:ProtoFlux:Users:Info]]
[[Category:ProtoFlux:Users:Info]]

Revision as of 08:22, 30 April 2025

User Recording Voice Message
User
*
Info

The User Recording Voice Message node returns if a user is currently recording a voice message in the Contacts Menu.

Inputs

User (User)

The user to check.

Outputs

* (bool)

Outputs true if the user is recording a voice message, otherwise outputs false.